diff options
Diffstat (limited to 'Documentation/networking/ip-sysctl.txt')
-rw-r--r-- | Documentation/networking/ip-sysctl.txt | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt index ca5cdcd0f0e..cb7f3148035 100644 --- a/Documentation/networking/ip-sysctl.txt +++ b/Documentation/networking/ip-sysctl.txt | |||
@@ -1045,6 +1045,11 @@ conf/interface/*: | |||
1045 | accept_ra - INTEGER | 1045 | accept_ra - INTEGER |
1046 | Accept Router Advertisements; autoconfigure using them. | 1046 | Accept Router Advertisements; autoconfigure using them. |
1047 | 1047 | ||
1048 | It also determines whether or not to transmit Router | ||
1049 | Solicitations. If and only if the functional setting is to | ||
1050 | accept Router Advertisements, Router Solicitations will be | ||
1051 | transmitted. | ||
1052 | |||
1048 | Possible values are: | 1053 | Possible values are: |
1049 | 0 Do not accept Router Advertisements. | 1054 | 0 Do not accept Router Advertisements. |
1050 | 1 Accept Router Advertisements if forwarding is disabled. | 1055 | 1 Accept Router Advertisements if forwarding is disabled. |
@@ -1115,14 +1120,14 @@ forwarding - INTEGER | |||
1115 | Possible values are: | 1120 | Possible values are: |
1116 | 0 Forwarding disabled | 1121 | 0 Forwarding disabled |
1117 | 1 Forwarding enabled | 1122 | 1 Forwarding enabled |
1118 | 2 Forwarding enabled (Hybrid Mode) | ||
1119 | 1123 | ||
1120 | FALSE (0): | 1124 | FALSE (0): |
1121 | 1125 | ||
1122 | By default, Host behaviour is assumed. This means: | 1126 | By default, Host behaviour is assumed. This means: |
1123 | 1127 | ||
1124 | 1. IsRouter flag is not set in Neighbour Advertisements. | 1128 | 1. IsRouter flag is not set in Neighbour Advertisements. |
1125 | 2. Router Solicitations are being sent when necessary. | 1129 | 2. If accept_ra is TRUE (default), transmit Router |
1130 | Solicitations. | ||
1126 | 3. If accept_ra is TRUE (default), accept Router | 1131 | 3. If accept_ra is TRUE (default), accept Router |
1127 | Advertisements (and do autoconfiguration). | 1132 | Advertisements (and do autoconfiguration). |
1128 | 4. If accept_redirects is TRUE (default), accept Redirects. | 1133 | 4. If accept_redirects is TRUE (default), accept Redirects. |
@@ -1133,16 +1138,10 @@ forwarding - INTEGER | |||
1133 | This means exactly the reverse from the above: | 1138 | This means exactly the reverse from the above: |
1134 | 1139 | ||
1135 | 1. IsRouter flag is set in Neighbour Advertisements. | 1140 | 1. IsRouter flag is set in Neighbour Advertisements. |
1136 | 2. Router Solicitations are not sent. | 1141 | 2. Router Solicitations are not sent unless accept_ra is 2. |
1137 | 3. Router Advertisements are ignored unless accept_ra is 2. | 1142 | 3. Router Advertisements are ignored unless accept_ra is 2. |
1138 | 4. Redirects are ignored. | 1143 | 4. Redirects are ignored. |
1139 | 1144 | ||
1140 | TRUE (2): | ||
1141 | |||
1142 | Hybrid mode. Same behaviour as TRUE, except for: | ||
1143 | |||
1144 | 2. Router Solicitations are being sent when necessary. | ||
1145 | |||
1146 | Default: 0 (disabled) if global forwarding is disabled (default), | 1145 | Default: 0 (disabled) if global forwarding is disabled (default), |
1147 | otherwise 1 (enabled). | 1146 | otherwise 1 (enabled). |
1148 | 1147 | ||