cvs commit: src/contrib/isc-dhcp/client dhclient.c
src/contrib/isc-dhcp/common
dispatch.c src/contrib/isc-dhcp/includes dhcpd.h
Martin Blapp
mbr at FreeBSD.org
Sun Aug 10 15:01:39 PDT 2003
mbr 2003/08/10 15:01:37 PDT
FreeBSD src repository
Modified files:
contrib/isc-dhcp/client dhclient.c
contrib/isc-dhcp/common dispatch.c
contrib/isc-dhcp/includes dhcpd.h
Log:
Change name of state_link() to state_polling() to make it
more clear what it does.
Trim interface_active() to just do what it should do. Check
if we got link or not and if the NIC supports it. No special
treatment for mediachecks here anymore.
Simplify the code a lot, and remove doublicated parts.
Fix two minor spelling errors.
Add one missing #ifdef ENABLE_POLLING_MODE
Reviewed by: mdodd
Revision Changes Path
1.32 +37 -47 src/contrib/isc-dhcp/client/dhclient.c
1.4 +1 -1 src/contrib/isc-dhcp/common/dispatch.c
1.7 +1 -1 src/contrib/isc-dhcp/includes/dhcpd.h
More information about the cvs-src
mailing list