diff options
Diffstat (limited to 'nest/iface.h')
-rw-r--r-- | nest/iface.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nest/iface.h b/nest/iface.h index 5ac9f2f7..e8e4e733 100644 --- a/nest/iface.h +++ b/nest/iface.h @@ -14,6 +14,7 @@ extern list iface_list; struct proto; +struct pool; struct ifa { /* Interface address */ node n; @@ -116,6 +117,9 @@ neighbor *neigh_find(struct proto *, ip_addr *, unsigned flags); void neigh_dump(neighbor *); void neigh_dump_all(void); void neigh_prune(void); +void neigh_if_up(struct iface *); +void neigh_if_down(struct iface *); +void neigh_init(struct pool *); /* * Interface Pattern Lists |