diff options
Diffstat (limited to 'Documentation/networking/ip-sysctl.txt')
-rw-r--r-- | Documentation/networking/ip-sysctl.txt | 38 |
1 files changed, 26 insertions, 12 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt index ab42c95f9985..29a93518bf18 100644 --- a/Documentation/networking/ip-sysctl.txt +++ b/Documentation/networking/ip-sysctl.txt | |||
@@ -101,19 +101,17 @@ ipfrag_high_thresh - INTEGER | |||
101 | Maximum memory used to reassemble IP fragments. When | 101 | Maximum memory used to reassemble IP fragments. When |
102 | ipfrag_high_thresh bytes of memory is allocated for this purpose, | 102 | ipfrag_high_thresh bytes of memory is allocated for this purpose, |
103 | the fragment handler will toss packets until ipfrag_low_thresh | 103 | the fragment handler will toss packets until ipfrag_low_thresh |
104 | is reached. | 104 | is reached. This also serves as a maximum limit to namespaces |
105 | different from the initial one. | ||
105 | 106 | ||
106 | ipfrag_low_thresh - INTEGER | 107 | ipfrag_low_thresh - INTEGER |
107 | See ipfrag_high_thresh | 108 | Maximum memory used to reassemble IP fragments before the kernel |
109 | begins to remove incomplete fragment queues to free up resources. | ||
110 | The kernel still accepts new fragments for defragmentation. | ||
108 | 111 | ||
109 | ipfrag_time - INTEGER | 112 | ipfrag_time - INTEGER |
110 | Time in seconds to keep an IP fragment in memory. | 113 | Time in seconds to keep an IP fragment in memory. |
111 | 114 | ||
112 | ipfrag_secret_interval - INTEGER | ||
113 | Regeneration interval (in seconds) of the hash secret (or lifetime | ||
114 | for the hash secret) for IP fragments. | ||
115 | Default: 600 | ||
116 | |||
117 | ipfrag_max_dist - INTEGER | 115 | ipfrag_max_dist - INTEGER |
118 | ipfrag_max_dist is a non-negative integer value which defines the | 116 | ipfrag_max_dist is a non-negative integer value which defines the |
119 | maximum "disorder" which is allowed among fragments which share a | 117 | maximum "disorder" which is allowed among fragments which share a |
@@ -1132,6 +1130,15 @@ flowlabel_consistency - BOOLEAN | |||
1132 | FALSE: disabled | 1130 | FALSE: disabled |
1133 | Default: TRUE | 1131 | Default: TRUE |
1134 | 1132 | ||
1133 | auto_flowlabels - BOOLEAN | ||
1134 | Automatically generate flow labels based based on a flow hash | ||
1135 | of the packet. This allows intermediate devices, such as routers, | ||
1136 | to idenfify packet flows for mechanisms like Equal Cost Multipath | ||
1137 | Routing (see RFC 6438). | ||
1138 | TRUE: enabled | ||
1139 | FALSE: disabled | ||
1140 | Default: false | ||
1141 | |||
1135 | anycast_src_echo_reply - BOOLEAN | 1142 | anycast_src_echo_reply - BOOLEAN |
1136 | Controls the use of anycast addresses as source addresses for ICMPv6 | 1143 | Controls the use of anycast addresses as source addresses for ICMPv6 |
1137 | echo reply | 1144 | echo reply |
@@ -1153,11 +1160,6 @@ ip6frag_low_thresh - INTEGER | |||
1153 | ip6frag_time - INTEGER | 1160 | ip6frag_time - INTEGER |
1154 | Time in seconds to keep an IPv6 fragment in memory. | 1161 | Time in seconds to keep an IPv6 fragment in memory. |
1155 | 1162 | ||
1156 | ip6frag_secret_interval - INTEGER | ||
1157 | Regeneration interval (in seconds) of the hash secret (or lifetime | ||
1158 | for the hash secret) for IPv6 fragments. | ||
1159 | Default: 600 | ||
1160 | |||
1161 | conf/default/*: | 1163 | conf/default/*: |
1162 | Change the interface-specific default settings. | 1164 | Change the interface-specific default settings. |
1163 | 1165 | ||
@@ -1210,6 +1212,18 @@ accept_ra_defrtr - BOOLEAN | |||
1210 | Functional default: enabled if accept_ra is enabled. | 1212 | Functional default: enabled if accept_ra is enabled. |
1211 | disabled if accept_ra is disabled. | 1213 | disabled if accept_ra is disabled. |
1212 | 1214 | ||
1215 | accept_ra_from_local - BOOLEAN | ||
1216 | Accept RA with source-address that is found on local machine | ||
1217 | if the RA is otherwise proper and able to be accepted. | ||
1218 | Default is to NOT accept these as it may be an un-intended | ||
1219 | network loop. | ||
1220 | |||
1221 | Functional default: | ||
1222 | enabled if accept_ra_from_local is enabled | ||
1223 | on a specific interface. | ||
1224 | disabled if accept_ra_from_local is disabled | ||
1225 | on a specific interface. | ||
1226 | |||
1213 | accept_ra_pinfo - BOOLEAN | 1227 | accept_ra_pinfo - BOOLEAN |
1214 | Learn Prefix Information in Router Advertisement. | 1228 | Learn Prefix Information in Router Advertisement. |
1215 | 1229 | ||