From 874b868544c3a6ba45ace062091cc3aee007b719 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Fri, 29 May 2009 22:49:30 +0200 Subject: Implements primary address selection base on 'primary' option. --- nest/iface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nest/iface.h') diff --git a/nest/iface.h b/nest/iface.h index f884dd9..af98a76 100644 --- a/nest/iface.h +++ b/nest/iface.h @@ -80,6 +80,7 @@ void if_end_partial_update(struct iface *); void if_feed_baby(struct proto *); struct iface *if_find_by_index(unsigned); struct iface *if_find_by_name(char *); +void ifa_recalc_all_primary_addresses(void); /* The Neighbor Cache */ -- cgit v1.2.3