summaryrefslogtreecommitdiff
path: root/zebra/rtadv.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2015-10-30 05:52:29 -0700
committerDonald Sharp <sharpd@cumulusnetworks.com>2015-10-30 05:52:29 -0700
commitbe5e48abecd137b47e4493a8fd616186c61f48f7 (patch)
tree4184faeca4bb606af98deb606d9b53db3ac314b4 /zebra/rtadv.h
parent526e17284570266dcdd606ff163a614e6b3655a5 (diff)
parent2bed4e86e378334341e01f3afe33784ef2713e83 (diff)
Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga into cmaster
Conflicts: zebra/rib.h zebra/zebra_rib.c zebra/zebra_vty.c
Diffstat (limited to 'zebra/rtadv.h')
-rw-r--r--zebra/rtadv.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/zebra/rtadv.h b/zebra/rtadv.h
index 8cb933e0be..76f98cf2c8 100644
--- a/zebra/rtadv.h
+++ b/zebra/rtadv.h
@@ -59,7 +59,6 @@ struct rtadv_prefix
};
extern void rtadv_config_write (struct vty *, struct interface *);
-extern void rtadv_init (void);
/* RFC4584 Extension to Sockets API for Mobile IPv6 */
@@ -101,4 +100,8 @@ extern const char *rtadv_pref_strs[];
#endif /* RTADV */
+extern void rtadv_init (struct zebra_vrf *);
+extern void rtadv_terminate (struct zebra_vrf *);
+extern void rtadv_cmd_init (void);
+
#endif /* _ZEBRA_RTADV_H */