]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_evpn.h
bgpd: evpn NLRI route type 5 forging
authorPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 5 Sep 2016 12:19:40 +0000 (14:19 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 14 Feb 2017 12:58:58 +0000 (13:58 +0100)
commitb18825ebc779cd85f9acc40293bb448a09af4cd2
tree932579b21d4cf2e864259764c471961d406cac07
parente9cf8c8ece32891304b2e7419763d4f6d68248bf
bgpd: evpn NLRI route type 5 forging

This patch introduces the ability to make route type 5 message
when EVPN is enabled. Picked up paramters are collected from the
bgp extra attribute structure and are the ESI, the ethernet tag
information. In addition to this, nexthop attribute is collected too.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
bgpd/bgp_attr.c
bgpd/bgp_attr.h
bgpd/bgp_evpn.c
bgpd/bgp_evpn.h
bgpd/bgp_packet.c
bgpd/bgp_updgrp_packet.c