CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/02/10 11:28:06
Modified files:
sys/netinet : ip_output.c
Log message:
If pf changes the routing table when sending packets, the kernel
could get stuck in an endless recursion during TCP path MTU discovery.
Create a dynamic host route in ip_output() that can be used by
tcp_mtudisc() to store the MTU.
Reported by Peter Mueller and Sebastian Sturm
OK claudio@
