From 29c4c9bd11aaf36a0b3ed2414c816cdb8d4178bd Mon Sep 17 00:00:00 2001 From: vincent Date: Fri, 25 Mar 2005 13:05:47 +0000 Subject: 2005-03-25 Jean-Mickael Guerin * Extensions to Neighbor Discovery for Mobile IPv6 --- doc/ChangeLog | 9 +++++++++ doc/ipv6.texi | 51 +++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 58 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/ChangeLog b/doc/ChangeLog index 641e156c..f6312657 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,12 @@ +2005-03-25 Jean-Mickael Guerin + * ipv6.texi: Add new commands for neighbor discovery + interface ipv6 nd prefix X:X::X:X/M router-address + interface ipv6 nd ra-interval msec + interface ipv6 nd home-agent-config-flag + interface ipv6 nd home-agent-lifetime + interface ipv6 nd home-agent-preference + interface ipv6 nd adv-interval-option + 2005-02-03 Andrew J. Schorr * basic.texi: Add note about last-resort crash logging to /var/tmp diff --git a/doc/ipv6.texi b/doc/ipv6.texi index c740234e..910253c8 100644 --- a/doc/ipv6.texi +++ b/doc/ipv6.texi @@ -23,7 +23,7 @@ Send router advertisment messages. Don't send router advertisment messages. @end deffn -@deffn {Interface Command} {ipv6 nd prefix @var{ipv6prefix} [@var{valid-lifetime}] [@var{preferred-lifetime}] [off-link] [no-autconfig]} {} +@deffn {Interface Command} {ipv6 nd prefix @var{ipv6prefix} [@var{valid-lifetime}] [@var{preferred-lifetime}] [off-link] [no-autoconfig] [router-address]} {} Configuring the IPv6 prefix to include in router advertisements. Several prefix specific optional parameters and flags may follow: @itemize @bullet @@ -52,6 +52,13 @@ Default: not set, i.e. this prefix can be used for on-link determination. cannot be used for IPv6 autoconfiguration. Default: not set, i.e. prefix can be used for autoconfiguration. + +@item +@var{router-address} - indicates to hosts on the local link that the specified +prefix +contains a complete IP address by setting R flag. + +Default: not set, i.e. hosts do not assume a complete IP address is placed. @end itemize @end deffn @@ -63,6 +70,13 @@ advertisements from the interface, in seconds. Must be no less than 3 seconds. Default: @code{600} @end deffn +@deffn {Interface Command} {ipv6 nd ra-interval msec MILLISECONDS} {} +@deffnx {Interface Command} {no ipv6 nd ra-interval msec} {} +The maximum time allowed between sending unsolicited multicast router +advertisements from the interface, in milliseconds. Must be no less than 30 milliseconds. + +Default: @code{600000} +@end deffn @deffn {Interface Command} {ipv6 nd ra-lifetime SECONDS} {} @deffnx {Interface Command} {no ipv6 nd ra-lifetime} {} The value to be placed in the Router Lifetime field of router advertisements @@ -104,6 +118,38 @@ information other than addresses. Default: not set @end deffn +@deffn {Interface Command} {ipv6 nd home-agent-config-flag} {} +@deffnx {Interface Command} {no ipv6 nd home-agent-config-flag} {} +Set/unset flag in IPv6 router advertisements which indicates to hosts that +the router acts as a Home Agent and includes a Home Agent Option. + +Default: not set +@end deffn + +@deffn {Interface Command} {ipv6 nd home-agent-preference} {} +@deffnx {Interface Command} {no ipv6 nd home-agent-preference} {} +The value to be placed in Home Agent Option, when Home Agent config flag is set, +which indicates to hosts Home Agent preference. + +Default: 0 +@end deffn + +@deffn {Interface Command} {ipv6 nd home-agent-lifetime} {} +@deffnx {Interface Command} {no ipv6 nd home-agent-lifetime} {} +The value to be placed in Home Agent Option, when Home Agent config flag is set, +which indicates to hosts Home Agent Lifetime. A value of 0 means to place Router Lifetime value. + +Default: 0 +@end deffn + +@deffn {Interface Command} {ipv6 nd adv-interval-option} {} +@deffnx {Interface Command} {no ipv6 nd adv-interval-option} {} +Include an Advertisement Interval option which indicates to hosts the maximum time, +in milliseconds, between successive unsolicited Router Advertisements. + +Default: not set +@end deffn + @example @group interface eth0 @@ -113,4 +159,5 @@ interface eth0 @end example For more information see @cite{RFC2462 (IPv6 Stateless Address Autoconfiguration)} -and @cite{RFC2461 (Neighbor Discovery for IP Version 6 (IPv6))}. +, @cite{RFC2461 (Neighbor Discovery for IP Version 6 (IPv6))} +and @cite{RFC3775 (Mobility Support in IPv6 (Mobile IPv6))}. -- cgit v1.2.1