diff options
Diffstat (limited to 'doc/ipv6.texi')
-rw-r--r-- | doc/ipv6.texi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ipv6.texi b/doc/ipv6.texi index a78a92fe..519b7798 100644 --- a/doc/ipv6.texi +++ b/doc/ipv6.texi @@ -157,15 +157,25 @@ Set default router preference in IPv6 router advertisements per RFC4191. Default: medium @end deffn +@deffn {Interface Command} {ipv6 nd rdnss ipv6prefix [lifetime]} {} Include +RDNSS options to advertise recursive DNS server addresses. Additionally a +maximum lifetime (in seconds) can be specified to limit the lifetime of this +option. The valid range is between @code{<0-4294967295>} where 0 means that the +RDNSS address must no longer be used. The default lifetime - without explicitly +specify a lifetime - is unlimited. +@end deffn + @example @group interface eth0 no ipv6 nd suppress-ra ipv6 nd prefix 2001:0DB8:5009::/64 + ipv6 nd rdnss 2001:0DB8:5009::1 @end group @end example For more information see @cite{RFC2462 (IPv6 Stateless Address Autoconfiguration)} , @cite{RFC2461 (Neighbor Discovery for IP Version 6 (IPv6))} , @cite{RFC3775 (Mobility Support in IPv6 (Mobile IPv6))} +, @cite{RFC5006 (IPv6 Router Advertisement Option for DNS Configuration)} and @cite{RFC4191 (Default Router Preferences and More-Specific Routes)}. |