]> git.puffer.fish Git - matthieu/frr.git/commit
lib: add AFI_L2VPN and SAFI_EVPN
authorPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 5 Dec 2016 13:11:07 +0000 (14:11 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 14 Feb 2017 12:58:57 +0000 (13:58 +0100)
commit924bf71cd1dab34afc51d3a1c4723da6a7cb24db
treeeb0ace081c1665d2abe36546d93e83294a6faa90
parent781ddb4a7fff00922f2c7b7eb1d4dc03a1580432
lib: add AFI_L2VPN and SAFI_EVPN

To support EVPN, a new AFI and SAFI value are defined here.
For internal processing, two other values are used. Those values will
be used to reach RIB entries by using internal afi and safi values
as indexes. This commit is using naming convention for using EVPN.
External value exchanged in BGP packets  is called of with
IANA_ presence in macro, while internal value will not have _IANA_
presence.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
lib/prefix.c
lib/zebra.h