mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Ignore routes when nexthop link is down
This commit is contained in:
parent
4e8f5847f6
commit
9656539d48
1 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,9 @@ net.ipv4.tcp_mtu_probing = 0
|
||||||
# Default conntrack is too small
|
# Default conntrack is too small
|
||||||
net.netfilter.nf_conntrack_max = 131072
|
net.netfilter.nf_conntrack_max = 131072
|
||||||
|
|
||||||
|
net.ipv4.conf.all.ignore_routes_with_linkdown = 1
|
||||||
|
net.ipv4.conf.default.ignore_routes_with_linkdown = 1
|
||||||
|
|
||||||
net.ipv4.tcp_ecn = 2
|
net.ipv4.tcp_ecn = 2
|
||||||
#net.ipv4.tcp_sack = 0
|
#net.ipv4.tcp_sack = 0
|
||||||
#net.ipv4.tcp_dsack = 0
|
#net.ipv4.tcp_dsack = 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue