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_vxlan.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_vxlan.h')
-rw-r--r-- | zebra/zebra_vxlan.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_vxlan.h b/zebra/zebra_vxlan.h index 1c394e9ef..806af9100 100644 --- a/zebra/zebra_vxlan.h +++ b/zebra/zebra_vxlan.h @@ -70,6 +70,7 @@ extern void zebra_vxlan_flood_control(ZAPI_HANDLER_ARGS); extern void zebra_vxlan_advertise_subnet(ZAPI_HANDLER_ARGS); extern void zebra_vxlan_advertise_gw_macip(ZAPI_HANDLER_ARGS); extern void zebra_vxlan_advertise_all_vni(ZAPI_HANDLER_ARGS); +extern void zebra_vxlan_dup_addr_detection(ZAPI_HANDLER_ARGS); extern int is_l3vni_for_prefix_routes_only(vni_t vni); extern ifindex_t get_l3vni_svi_ifindex(vrf_id_t vrf_id); |