From 1ebbf25320e821435002fae6981a9041eefd13fe Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 28 Dec 2019 13:08:01 +0100 Subject: IPv6: T1914: bugfix multipath layer4 hashing --- templates/system/ipv6/multipath/layer4-hashing/node.def | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/system/ipv6/multipath/layer4-hashing/node.def') 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 -- cgit v1.2.3