CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2018/06/12 19:37:54
Modified files: sbin/dhclient : kroute.c Log message: Add a cloning direct route to the default route gateway when the gateway is not reachable via the IP address/netmask provided by the lease. Allows OpenBSD to work as well as iOS in certain weird/misconfigured/overly clever hotspots. A generalization of the handling of the /32 addresses handed out by Goggle Cloud, suggested by claudio@ Error in initial diff pointed out by henning@. Feedback from job@, mpi@, kn@. Tweaks & ok claudio@