diff options
author | Chirag Shah <chirag@cumulusnetworks.com> | 2018-11-02 01:55:07 +0100 |
---|---|---|
committer | Chirag Shah <chirag@cumulusnetworks.com> | 2018-11-18 04:22:16 +0100 |
commit | 3950b52c54035a3df5eb203f6ed1de4b8e96173d (patch) | |
tree | 177ecef428734f58315d9254b303cb5d83c3e47f /zebra/zebra_vrf.h | |
parent | bgpd: dup addr detect config cli (diff) | |
download | frr-3950b52c54035a3df5eb203f6ed1de4b8e96173d.tar.xz frr-3950b52c54035a3df5eb203f6ed1de4b8e96173d.zip |
zebra: dup addr detect zapi changes
EVPN Duplicate Address Detection (DAD)
zapi information
Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_vrf.h')
-rw-r--r-- | zebra/zebra_vrf.h | 7 |
1 files changed, 7 insertions, 0 deletions
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. */ |