diff options
author | Stephen Suryaputra <ssuryaextr@gmail.com> | 2019-07-06 17:55:18 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-07-09 02:37:29 +0300 |
commit | d8f74f0975d8360ab15312697585837c989c406b (patch) | |
tree | 16d61f67418e58f9336940beb282a0e6000ed14e /Documentation/networking/ip-sysctl.txt | |
parent | 828b2b442145cbe94fe3ca0e34a47f64b0f322ef (diff) | |
download | linux-d8f74f0975d8360ab15312697585837c989c406b.tar.xz |
ipv6: Support multipath hashing on inner IP pkts
Make the same support as commit 363887a2cdfe ("ipv4: Support multipath
hashing on inner IP pkts for GRE tunnel") for outer IPv6. The hashing
considers both IPv4 and IPv6 pkts when they are tunneled by IPv6 GRE.
Signed-off-by: Stephen Suryaputra <ssuryaextr@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking/ip-sysctl.txt')
-rw-r--r-- | Documentation/networking/ip-sysctl.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/networking/ip-sysctl.txt b/Documentation/networking/ip-sysctl.txt index f0e6d1f53485..48c79e78817b 100644 --- a/Documentation/networking/ip-sysctl.txt +++ b/Documentation/networking/ip-sysctl.txt @@ -1473,6 +1473,7 @@ fib_multipath_hash_policy - INTEGER Possible values: 0 - Layer 3 (source and destination addresses plus flow label) 1 - Layer 4 (standard 5-tuple) + 2 - Layer 3 or inner Layer 3 if present anycast_src_echo_reply - BOOLEAN Controls the use of anycast addresses as source addresses for ICMPv6 |