CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2014/11/27 16:04:12
Modified files: sbin/dhclient : dhclient.c dispatch.c Log message: Use if_nametoindex() to get the interface index, and thereby check the validity of the interface name as soon the actual name is known. i.e. right after 'egress' is expanded. One less thing for get_hw_address() to do.