summaryrefslogtreecommitdiffstats
path: root/nest/iface.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-02-13 21:55:08 +0100
committerMartin Mares <mj@ucw.cz>1999-02-13 21:55:08 +0100
commit783f8b689a29aaffbe75e964fdd09a3c219ea81c (patch)
tree556bb1e5180d85a1ce97316239e3f75a6971593c /nest/iface.h
parent013a9b91fe495371cbf9a5690613de45b634e3af (diff)
downloadbird-783f8b689a29aaffbe75e964fdd09a3c219ea81c.tar
bird-783f8b689a29aaffbe75e964fdd09a3c219ea81c.zip
When protocols go down, prune the neighbor list.
Diffstat (limited to 'nest/iface.h')
-rw-r--r--nest/iface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/iface.h b/nest/iface.h
index 83cbdb0..378cf3d 100644
--- a/nest/iface.h
+++ b/nest/iface.h
@@ -89,6 +89,7 @@ neighbor *neigh_find(struct proto *, ip_addr *, unsigned flags);
void neigh_dump(neighbor *);
void neigh_dump_all(void);
+void neigh_prune(void);
/*
* Interface Pattern Lists