CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/02/01 06:25:04
Modified files:
sys/netinet : ip_output.c
sys/netinet6 : ip6_output.c
Log message:
Fix path MTU discovery for ESP tunneled in IPv6. We always want
short TCP segments or fragments encapsulated in ESP instead of
fragmented ESP packets. Pass the don't fragment flag down along
the stack so that dynamic routes with MTU are created eventually.
with and OK markus@; OK tobhe@
