diff options
Diffstat (limited to 'zebra/zebra_evpn_mac.c')
| -rw-r--r-- | zebra/zebra_evpn_mac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_evpn_mac.c b/zebra/zebra_evpn_mac.c index 4a2d8db422..29efa1700e 100644 --- a/zebra/zebra_evpn_mac.c +++ b/zebra/zebra_evpn_mac.c @@ -343,7 +343,7 @@ static void zebra_evpn_dup_addr_detect_for_mac(struct zebra_vrf *zvrf, char buf1[INET6_ADDRSTRLEN]; bool reset_params = false; - if (!(zvrf->dup_addr_detect && do_dad)) + if (!(zebra_evpn_do_dup_addr_detect(zvrf) && do_dad)) return; /* MAC is detected as duplicate, |
