Enable sysctl fib_multipath_use_neigh (#8502)
Enable fib_multipath_use_neigh for v4 https://www.kernel.org/doc/Documentation/networking/ip-sysctl.txt Why I did: This is helpful if the neighbor are not directly connected then Kernel forward to unreachable neighbor option. With this option forwarding using neighbor state to be valid.
This commit is contained in:
parent
9e9e2abdf7
commit
f9a2c096ab
@ -37,3 +37,4 @@ net.ipv4.udp_l3mdev_accept=1
|
||||
net.core.rmem_max=3145728
|
||||
net.core.wmem_max=3145728
|
||||
net.core.somaxconn=512
|
||||
net.ipv4.fib_multipath_use_neigh=1
|
||||
|
Loading…
Reference in New Issue
Block a user