diff options
author | Martin Mares <mj@ucw.cz> | 1999-02-13 20:55:08 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-02-13 20:55:08 +0000 |
commit | 783f8b689a29aaffbe75e964fdd09a3c219ea81c (patch) | |
tree | 556bb1e5180d85a1ce97316239e3f75a6971593c /nest/iface.h | |
parent | 013a9b91fe495371cbf9a5690613de45b634e3af (diff) |
When protocols go down, prune the neighbor list.
Diffstat (limited to 'nest/iface.h')
-rw-r--r-- | nest/iface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/iface.h b/nest/iface.h index 83cbdb07..378cf3d1 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 |