summaryrefslogtreecommitdiff
path: root/zebra/zebra_neigh.h
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/zebra_neigh.h')
-rw-r--r--zebra/zebra_neigh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_neigh.h b/zebra/zebra_neigh.h
index b957b5efe5..adc5f94f76 100644
--- a/zebra/zebra_neigh.h
+++ b/zebra/zebra_neigh.h
@@ -43,6 +43,7 @@ struct zebra_neigh_info {
extern void zebra_neigh_add(struct interface *ifp, struct ipaddr *ip,
struct ethaddr *mac);
extern void zebra_neigh_del(struct interface *ifp, struct ipaddr *ip);
+extern void zebra_neigh_del_all(struct interface *ifp);
extern void zebra_neigh_show(struct vty *vty);
extern void zebra_neigh_init(void);
extern void zebra_neigh_terminate(void);