summaryrefslogtreecommitdiff
path: root/templates/system/ip/multipath/ignore-unreachable-nexthops/node.def
blob: a37d455af6e6c8d242104370834dac3fbee8eec3 (plain)
1
2
3
4
5
help: Ignore next hops that are not in the ARP table

create: sudo sysctl -w net.ipv4.fib_multipath_use_neigh=1 >/dev/null
delete: sudo sysctl -w net.ipv4.fib_multipath_use_neigh=0 >/dev/null