summaryrefslogtreecommitdiff
path: root/zebra/rtadv.h
diff options
context:
space:
mode:
authorChris Caputo <ccaputo@alt.net>2009-05-03 04:40:57 +0000
committerPaul Jakma <paul@quagga.net>2009-06-23 14:15:57 +0100
commitb60668d092f1778395b6c10b406059b8cbf235b8 (patch)
tree7869d81a4a8d440f8cb41ddb0e66c8279e2b9636 /zebra/rtadv.h
parent5bc52c76c2816a3be9a033c3e5bf4fea1908e3cd (diff)
RFC 4191 Default Router Preference support for router advertisements
Adds "ipv6 nd router-preference (high|medium|low)" and "no ipv6 nd router-preference" interface commands. Files modified: doc/ipv6.texi zebra/interface.c zebra/interface.h zebra/rtadv.c zebra/rtadv.h Signed-off-by: Chris Caputo <ccaputo@alt.net>
Diffstat (limited to 'zebra/rtadv.h')
-rw-r--r--zebra/rtadv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/rtadv.h b/zebra/rtadv.h
index abd1c6fc..d8d263d0 100644
--- a/zebra/rtadv.h
+++ b/zebra/rtadv.h
@@ -94,4 +94,6 @@ struct nd_opt_homeagent_info { /* Home Agent info */
} __attribute__((__packed__));
#endif
+extern const char *rtadv_pref_strs[];
+
#endif /* _ZEBRA_RTADV_H */