diff options
author | Chris Caputo <ccaputo@alt.net> | 2009-05-03 04:40:57 +0000 |
---|---|---|
committer | Paul Jakma <paul@quagga.net> | 2009-06-23 14:15:57 +0100 |
commit | b60668d092f1778395b6c10b406059b8cbf235b8 (patch) | |
tree | 7869d81a4a8d440f8cb41ddb0e66c8279e2b9636 /doc/ipv6.texi | |
parent | 5bc52c76c2816a3be9a033c3e5bf4fea1908e3cd (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 'doc/ipv6.texi')
-rw-r--r-- | doc/ipv6.texi | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/ipv6.texi b/doc/ipv6.texi index 910253c8..a78a92fe 100644 --- a/doc/ipv6.texi +++ b/doc/ipv6.texi @@ -150,6 +150,13 @@ in milliseconds, between successive unsolicited Router Advertisements. Default: not set @end deffn +@deffn {Interface Command} {ipv6 nd router-preference (high|medium|low)} {} +@deffnx {Interface Command} {no ipv6 nd router-preference} {} +Set default router preference in IPv6 router advertisements per RFC4191. + +Default: medium +@end deffn + @example @group interface eth0 @@ -160,4 +167,5 @@ interface eth0 For more information see @cite{RFC2462 (IPv6 Stateless Address Autoconfiguration)} , @cite{RFC2461 (Neighbor Discovery for IP Version 6 (IPv6))} -and @cite{RFC3775 (Mobility Support in IPv6 (Mobile IPv6))}. +, @cite{RFC3775 (Mobility Support in IPv6 (Mobile IPv6))} +and @cite{RFC4191 (Default Router Preferences and More-Specific Routes)}. |