summaryrefslogtreecommitdiffstats
path: root/nest/iface.h
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2011-12-12 00:24:15 +0100
committerOndrej Zajicek <santiago@crfreenet.org>2011-12-12 00:24:15 +0100
commitcf7f0645316f5df0984467cf7001f5466254eaf3 (patch)
tree660ed7a04d393a172be0138051d93991ba11196d /nest/iface.h
parent2779d50a24dc1b7c6b4cf83a17af817c02462855 (diff)
downloadbird-cf7f0645316f5df0984467cf7001f5466254eaf3.tar
bird-cf7f0645316f5df0984467cf7001f5466254eaf3.zip
Fixes problem with sticky neighbors and iface address changes.
Thanks Matthias Schiffer for the bugreport and the original patch.
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 a9cf6cd..7307844 100644
--- a/nest/iface.h
+++ b/nest/iface.h
@@ -131,6 +131,7 @@ void neigh_prune(void);
void neigh_if_up(struct iface *);
void neigh_if_down(struct iface *);
void neigh_if_link(struct iface *);
+void neigh_ifa_update(struct ifa *);
void neigh_init(struct pool *);
/*