summaryrefslogtreecommitdiffstats
path: root/zebra/interface.h
diff options
context:
space:
mode:
authorDaniel Walton <dwalton@cumulusnetworks.com>2015-12-07 22:05:34 +0100
committerDaniel Walton <dwalton@cumulusnetworks.com>2015-12-07 22:05:34 +0100
commitb6120505946e08951fdd9adf8539940777cdb635 (patch)
tree3008e3241ef3073cab37abc7c41a6a92b3fcbe36 /zebra/interface.h
parentBGP bestpath debugs need to display the addpath RX ID (diff)
downloadfrr-b6120505946e08951fdd9adf8539940777cdb635.tar.xz
frr-b6120505946e08951fdd9adf8539940777cdb635.zip
Enable IPv6 ND RA for interfaces that have an IPv6 address
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com> Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com> Ticket: CM-7932
Diffstat (limited to 'zebra/interface.h')
-rw-r--r--zebra/interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/interface.h b/zebra/interface.h
index 650b62a45..6f253a467 100644
--- a/zebra/interface.h
+++ b/zebra/interface.h
@@ -217,6 +217,7 @@ extern void if_refresh (struct interface *);
extern void if_flags_update (struct interface *, uint64_t);
extern int if_subnet_add (struct interface *, struct connected *);
extern int if_subnet_delete (struct interface *, struct connected *);
+extern int ipv6_address_configured (struct interface *ifp);
#ifdef HAVE_PROC_NET_DEV
extern void ifstat_update_proc (void);