aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/networking
diff options
context:
space:
mode:
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>2006-03-20 20:05:47 -0500
committerDavid S. Miller <davem@davemloft.net>2006-03-20 20:05:47 -0500
commit52e1635631b342803aecaf81a362c1464e3da2e5 (patch)
tree971c40743f7fcb594697dd18d22e2d8b168d1785 /Documentation/networking
parent930d6ff2e2a5f1538448d3b0b2652a8f0c0f6cba (diff)
[IPV6]: ROUTE: Add router_probe_interval sysctl.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
-rw-r--r--Documentation/networking/ip-sysctl.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt
index 87bbd774c2b2..88efed0a533f 100644
--- a/Documentation/networking/ip-sysctl.txt
+++ b/Documentation/networking/ip-sysctl.txt
@@ -789,6 +789,12 @@ mtu - INTEGER
789 Default Maximum Transfer Unit 789 Default Maximum Transfer Unit
790 Default: 1280 (IPv6 required minimum) 790 Default: 1280 (IPv6 required minimum)
791 791
792router_probe_interval - INTEGER
793 Minimum interval (in seconds) between Router Probing described
794 in RFC4191.
795
796 Default: 60
797
792router_solicitation_delay - INTEGER 798router_solicitation_delay - INTEGER
793 Number of seconds to wait after interface is brought up 799 Number of seconds to wait after interface is brought up
794 before sending Router Solicitations. 800 before sending Router Solicitations.