From 3950b52c54035a3df5eb203f6ed1de4b8e96173d Mon Sep 17 00:00:00 2001 From: Chirag Shah Date: Thu, 1 Nov 2018 17:55:07 -0700 Subject: zebra: dup addr detect zapi changes EVPN Duplicate Address Detection (DAD) zapi information Signed-off-by: Chirag Shah --- zebra/zebra_vrf.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'zebra/zebra_vrf.h') diff --git a/zebra/zebra_vrf.h b/zebra/zebra_vrf.h index ef02ca63e..c28025403 100644 --- a/zebra/zebra_vrf.h +++ b/zebra/zebra_vrf.h @@ -125,6 +125,13 @@ struct zebra_vrf { /* l3-vni info */ vni_t l3vni; + bool dup_addr_detect; + + int dad_time; + uint32_t dad_max_moves; + bool dad_freeze; + uint32_t dad_freeze_time; + /* * Flooding mechanism for BUM packets for VxLAN-EVPN. */ -- cgit v1.2.3