diff options
Diffstat (limited to 'Documentation/networking/ip-sysctl.txt')
-rw-r--r-- | Documentation/networking/ip-sysctl.txt | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt index 00d26d919459..9ac3af3ab739 100644 --- a/Documentation/networking/ip-sysctl.txt +++ b/Documentation/networking/ip-sysctl.txt | |||
@@ -1215,14 +1215,20 @@ flowlabel_consistency - BOOLEAN | |||
1215 | FALSE: disabled | 1215 | FALSE: disabled |
1216 | Default: TRUE | 1216 | Default: TRUE |
1217 | 1217 | ||
1218 | auto_flowlabels - BOOLEAN | 1218 | auto_flowlabels - INTEGER |
1219 | Automatically generate flow labels based based on a flow hash | 1219 | Automatically generate flow labels based on a flow hash of the |
1220 | of the packet. This allows intermediate devices, such as routers, | 1220 | packet. This allows intermediate devices, such as routers, to |
1221 | to idenfify packet flows for mechanisms like Equal Cost Multipath | 1221 | identify packet flows for mechanisms like Equal Cost Multipath |
1222 | Routing (see RFC 6438). | 1222 | Routing (see RFC 6438). |
1223 | TRUE: enabled | 1223 | 0: automatic flow labels are completely disabled |
1224 | FALSE: disabled | 1224 | 1: automatic flow labels are enabled by default, they can be |
1225 | Default: false | 1225 | disabled on a per socket basis using the IPV6_AUTOFLOWLABEL |
1226 | socket option | ||
1227 | 2: automatic flow labels are allowed, they may be enabled on a | ||
1228 | per socket basis using the IPV6_AUTOFLOWLABEL socket option | ||
1229 | 3: automatic flow labels are enabled and enforced, they cannot | ||
1230 | be disabled by the socket option | ||
1231 | Default: 0 | ||
1226 | 1232 | ||
1227 | flowlabel_state_ranges - BOOLEAN | 1233 | flowlabel_state_ranges - BOOLEAN |
1228 | Split the flow label number space into two ranges. 0-0x7FFFF is | 1234 | Split the flow label number space into two ranges. 0-0x7FFFF is |