]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: set NEXTHOP_UNCHANGED for l2vpn evpn by default for all BGP peers
authorMitesh Kanjariya <mitesh@hydra-01.mvlab.cumulusnetworks.com>
Wed, 4 Apr 2018 20:01:45 +0000 (13:01 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 8 May 2018 23:24:15 +0000 (19:24 -0400)
commit637315fc78ce2a8bf64d725cffc72f29b266b325
treecd84b23f4ce8f6a15efef689aebecde76a02dbaf
parent2017b3ead0406d721c2e89345831f90e172fa4c4
bgpd: set NEXTHOP_UNCHANGED for l2vpn evpn by default for all BGP peers

This flag needs to be set by default for l2vpn evpn address-family.
We needed to find a place in the code which gets called by all peers
at somepoint in the statemachine and before the routes are advertised.
peer_new seems like the right place for this
as we are setting other default af_flags here as well.

Signed-off-by: Mitesh Kanjariya <mitesh@cumulusnetworks.com>
bgpd/bgpd.c