CVSROOT: /cvs Module name: src Changes by: mar...@cvs.openbsd.org 2012/03/30 05:12:46
Modified files: sys/netinet : ip_output.c Log message: actually store the result of the pmtu-route lookup. otherwise we don't have a MTU to announce in the icmp need fragment packet. this fixes PMTU-discovery for TCP over IPsec; ok mpf@, fries@