Merge branch 'pmtu-esp'
Vadim Fedorenko ays:
====================
Fix PMTU for ESP-in-UDP encapsulation
Bug 213669 uncovered regression in PMTU discovery for UDP-encapsulated
routes and some incorrect usage in udp tunnel fields. This series fixes
problems and also adds such case for selftests
v3:
- update checking logic to account SCTP use case
v2:
- remove refactor code that was in first patch
- move checking logic to __udp{4,6}_lib_err_encap
- add more tests, especially routed configuration
====================
Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- net/ipv4/udp.c 19 additions, 6 deletionsnet/ipv4/udp.c
- net/ipv6/udp.c 19 additions, 6 deletionsnet/ipv6/udp.c
- tools/testing/selftests/net/nettest.c 54 additions, 1 deletiontools/testing/selftests/net/nettest.c
- tools/testing/selftests/net/pmtu.sh 206 additions, 6 deletionstools/testing/selftests/net/pmtu.sh
Please register or sign in to comment