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:
Timotej Lazar 2024-04-08 08:45:53 +02:00
parent f404922d6b
commit 923d877208

View file

@ -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