]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: when parsing local entry against dad, retrieve config
authorPhilippe Guibert <philippe.guibert@6wind.com>
Fri, 25 Oct 2019 12:25:00 +0000 (14:25 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 18 May 2020 12:11:03 +0000 (14:11 +0200)
commit3acc394bc5e5c225e9258fd0d57a6cebea0c0ccd
treecf966e134132c95e77bc3a42a8dbaf2805ea2237
parenta2342a241253c41b798845cae155b4caab4bcda5
zebra: when parsing local entry against dad, retrieve config

when duplicate address detection is observed, some incrementation,
some timing mechanisms need to be done. For that the main evpn
configuration is retrieved. Until now, the VRF that was storing the dad
config parameters was the same VRF that hosted the VXLAN interface. With
netns backend, this is not true, as the VXLAN interface is in the
same VRF as the bridge interface. The modification takes same definition
as in BGP, that is to say that there is a single bgp evpn instance, and
this is that instance that will give the correct config settings.

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