summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_vxlan.h
diff options
context:
space:
mode:
authorChirag Shah <chirag@cumulusnetworks.com>2018-11-02 01:55:07 +0100
committerChirag Shah <chirag@cumulusnetworks.com>2018-11-18 04:22:16 +0100
commit3950b52c54035a3df5eb203f6ed1de4b8e96173d (patch)
tree177ecef428734f58315d9254b303cb5d83c3e47f /zebra/zebra_vxlan.h
parentbgpd: dup addr detect config cli (diff)
downloadfrr-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.h1
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);