CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2010/09/13 02:53:06
Modified files: sys/net : if_spppsubr.c Log message: Using a normaly unavailable 0.0.0.1 gateway on routes on sppp(4) based devices is a bad idea. The problem is that the default route per se works but PMTU is unable to clone host routes because the gateway is unreachable. Fix sppp(4) so that it walks the routing table and fixes the gateways. This makes PMTU work again. Diff tested by weerd@ and markus@ (older version) for a long time.