From b60668d092f1778395b6c10b406059b8cbf235b8 Mon Sep 17 00:00:00 2001 From: Chris Caputo Date: Sun, 3 May 2009 04:40:57 +0000 Subject: 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 --- doc/ipv6.texi | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'doc') 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)}. -- cgit v1.2.1