CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/11/23 07:02:21
Modified files:
sbin/dhclient : bpf.c dhcpd.h dispatch.c
Log message:
Cleanup some struct interface_info fields. Make 'nomedia' a flag. Replace
the two copies of the bpf socket descriptor (rfdesc, wfdesc) with
just one (bfdesc). No need to keep a struct ifreq (ifp) since it's
only used once and can be constructed there and discarded. Nuke
unused 'primary_address' member.
No intentional functional change.
