]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: use HAVE_EVPN to disable evpn frame handling
authorPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 17 Jan 2017 21:26:33 +0000 (22:26 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 14 Feb 2017 12:58:59 +0000 (13:58 +0100)
commit4895ca359525b5242d92793d30ef2eaddee06768
treebc2ddfdc021e95d15deb24bb9d28f3df7907a9e4
parentb94c6c502675bee2be543c1ba1253fb0c7a6105d
bgpd: use HAVE_EVPN to disable evpn frame handling

Transmission and Reception routines have a part of code that is
conditionnally compiled to the usage of HAVE_EVPN. Also, each time a
subfield of prefix evpn is reached, like in configuration also, then a
conditionnaly compilation with HAVE_EVPN is used.

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