summaryrefslogtreecommitdiffstats
path: root/nest/iface.h
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2010-11-11 12:24:27 +0100
committerOndrej Zajicek <santiago@crfreenet.org>2010-11-11 12:24:27 +0100
commitfe181e7c63843ad65401cc1e400ae1ac3187122f (patch)
treedf37b8d76084521bb33e749a70ea85f04f19e16d /nest/iface.h
parentf25cb0ef9f6341648513e793a3162b32fc250d2b (diff)
downloadbird-fe181e7c63843ad65401cc1e400ae1ac3187122f.tar
bird-fe181e7c63843ad65401cc1e400ae1ac3187122f.zip
Adds support for iface link check to static protocol.
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 471625f..1936885 100644
--- a/nest/iface.h
+++ b/nest/iface.h
@@ -125,6 +125,7 @@ void neigh_dump_all(void);
void neigh_prune(void);
void neigh_if_up(struct iface *);
void neigh_if_down(struct iface *);
+void neigh_if_link(struct iface *);
void neigh_init(struct pool *);
/*