CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2013/02/03 08:10:36
Modified files: sbin/dhclient : kroute.c Log message: Use RTM_GET rather than the sysctl/scan all routes dance to obtain the current default route. Much less work for the routing system. Suggested by claudio@. ok beck@