]> git.puffer.fish Git - mirror/frr.git/commit
zebra: dup detected mac avoid update to bgpd 7115/head
authorChirag Shah <chirag@cumulusnetworks.com>
Tue, 26 May 2020 18:43:14 +0000 (11:43 -0700)
committerChirag Shah <chirag@nvidia.com>
Wed, 16 Sep 2020 23:38:34 +0000 (16:38 -0700)
commit2ce90bb10faf125d040503adc124373910d11f13
tree30c6574626857058159faf3360a02a097096d1b5
parent1eb16992f0bd783b3209101fc3b8dd963f055c0a
zebra: dup detected mac avoid update to bgpd

When a MAC is detected duplicate on a local
learn event (with freeze action),
do not send update to bgp to advertise into
evpn control plane.

With evpn mh, inform_client flag is set and
sends notification to bgp albeit dup detect
is set.

Check mac are detected as duplicate before
setting inform_client to true.

Ticket:CM-29817
Reviewed By:CCR-10329
Testing Done:

Enable DAD with freeze action
Upon local learn MAC detected as duplica

Signed-off-by: Chirag Shah <chirag@nvidia.com>
zebra/zebra_evpn_mac.c