proxmox: use inner L3 info for ECMP hashing
I’m sure I saw fib_multipath_hash_policy=2 (or =1 from last commit) actually working once, but cannot reproduce. Maybe revisit this at some point.
This commit is contained in:
parent
f404922d6b
commit
923d877208
|
@ -1,3 +1,3 @@
|
|||
# L4 (5-tuple) hashing for ECMP.
|
||||
net.ipv4.fib_multipath_hash_policy = 1
|
||||
net.ipv6.fib_multipath_hash_policy = 1
|
||||
# Outer+inner header hashing for ECMP.
|
||||
net.ipv4.fib_multipath_hash_policy = 2
|
||||
net.ipv6.fib_multipath_hash_policy = 2
|
||||
|
|
Loading…
Reference in a new issue