diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-28 13:08:01 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-28 13:08:01 +0100 |
commit | 1ebbf25320e821435002fae6981a9041eefd13fe (patch) | |
tree | c807530f041c2298d1d6abe03218b0eebc4a552d | |
parent | 9472dda5089bd924a09cee7a00a053f9d49790ef (diff) | |
download | vyatta-cfg-system-1ebbf25320e821435002fae6981a9041eefd13fe.tar.gz vyatta-cfg-system-1ebbf25320e821435002fae6981a9041eefd13fe.zip |
IPv6: T1914: bugfix multipath layer4 hashing
-rw-r--r-- | templates/system/ipv6/multipath/layer4-hashing/node.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/system/ipv6/multipath/layer4-hashing/node.def b/templates/system/ipv6/multipath/layer4-hashing/node.def index 97ffdc61..d138666b 100644 --- a/templates/system/ipv6/multipath/layer4-hashing/node.def +++ b/templates/system/ipv6/multipath/layer4-hashing/node.def @@ -1,5 +1,5 @@ help: Use layer 4 information for ECMP hashing -create: sudo sysctl -w net.ipv4.fib_multipath_hash_policy=1 >/dev/null -delete: sudo sysctl -w net.ipv4.fib_multipath_hash_policy=0 >/dev/null +create: sudo sysctl -w net.ipv6.fib_multipath_hash_policy=1 >/dev/null +delete: sudo sysctl -w net.ipv6.fib_multipath_hash_policy=0 >/dev/null |