summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2020-03-09 19:17:49 +0200
committerDaniil Baturin <daniil@vyos.io>2020-03-09 19:17:49 +0200
commit5dd56053319f1af72d8d684151873e559ed1de46 (patch)
treef67c55a9ad1b729b3bfa15c57721c1f2db2b5290 /templates
parentf1467d4c193f02bd17b31630045cd53b7109b9e3 (diff)
parent72516c872e1690895d0269cafcb87e4e44bf153c (diff)
downloadvyatta-cfg-system-vyos/1.2.5.tar.gz
vyatta-cfg-system-vyos/1.2.5.zip
Merge branch 'crux' of github.com:vyos/vyatta-cfg-system into cruxvyos/1.2.5
Diffstat (limited to 'templates')
-rw-r--r--templates/system/ipv6/multipath/layer4-hashing/node.def4
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