diff options
author | Roy.Li <rongqing.li@windriver.com> | 2011-09-28 19:51:54 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-09-29 14:57:19 -0400 |
commit | 605b91c8f619047ed6d88e24c531d4bdddad46f4 (patch) | |
tree | 7075054518f215a9cfbfba25b71c38f92cdab763 | |
parent | 95de86cf5162f78bc5aea80d1a9e5a248196ffaf (diff) | |
download | linux-3.10-605b91c8f619047ed6d88e24c531d4bdddad46f4.tar.gz linux-3.10-605b91c8f619047ed6d88e24c531d4bdddad46f4.tar.bz2 linux-3.10-605b91c8f619047ed6d88e24c531d4bdddad46f4.zip |
net: Documentation: Fix type of variables
Signed-off-by: Roy.Li <rongqing.li@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | Documentation/networking/ip-sysctl.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt index 81546990f41..ca5cdcd0f0e 100644 --- a/Documentation/networking/ip-sysctl.txt +++ b/Documentation/networking/ip-sysctl.txt @@ -1042,7 +1042,7 @@ conf/interface/*: The functional behaviour for certain settings is different depending on whether local forwarding is enabled or not. -accept_ra - BOOLEAN +accept_ra - INTEGER Accept Router Advertisements; autoconfigure using them. Possible values are: @@ -1106,7 +1106,7 @@ dad_transmits - INTEGER The amount of Duplicate Address Detection probes to send. Default: 1 -forwarding - BOOLEAN +forwarding - INTEGER Configure interface-specific Host/Router behaviour. Note: It is recommended to have the same setting on all |