mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
nhrpd: add reference to net.ipv4.ip_forward_use_pmtu=1 thread
Add a mailing list reference regard net.ipv4.ip_forward_use_pmtu=1. Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
This commit is contained in:
parent
6cfd90f353
commit
46d380217d
|
@ -32,6 +32,7 @@ This list tries to collect them to one source of information:
|
||||||
commit "ipv4: introduce ip_dst_mtu_maybe_forward and protect forwarding path against pmtu spoofing"
|
commit "ipv4: introduce ip_dst_mtu_maybe_forward and protect forwarding path against pmtu spoofing"
|
||||||
Workaround:
|
Workaround:
|
||||||
Set sysctl net.ipv4.ip_forward_use_pmtu=1
|
Set sysctl net.ipv4.ip_forward_use_pmtu=1
|
||||||
|
See: https://marc.info/?t=143636239500003&r=1&w=2 for details
|
||||||
(Should fix kernel to have this by default on for tunnel devices)
|
(Should fix kernel to have this by default on for tunnel devices)
|
||||||
|
|
||||||
- subtle path mtu mishandling issues
|
- subtle path mtu mishandling issues
|
||||||
|
|
Loading…
Reference in a new issue