CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2013/02/28 14:00:53
Modified files: sbin/dhclient : kroute.c Log message: Try 10 times to obtain the routing table via sysctl(), and if it can't be done just abandon attempt to clean up the routing and arp tables and carry on. Code adapted from itojun's route6d.c. May address problem reported on misc@ by Marc Peters. Best we can do for now. ok claudio@