cvs commit: src/contrib/isc-dhcp FREEBSD-upgrade
src/contrib/isc-dhcp/client
dhclient.8 dhclient.c src/contrib/isc-dhcp/common dispatch.c
src/contrib/isc-dhcp/includes dhcpd.h src/sbin/dhclient
Makefile.inc
Martin Blapp
mbr at FreeBSD.org
Mon Jul 28 01:30:13 PDT 2003
mbr 2003/07/28 01:30:11 PDT
FreeBSD src repository
Modified files:
contrib/isc-dhcp FREEBSD-upgrade
contrib/isc-dhcp/client dhclient.8 dhclient.c
contrib/isc-dhcp/common dispatch.c
contrib/isc-dhcp/includes dhcpd.h
sbin/dhclient Makefile.inc
Log:
Enable dhclient to poll the interface state and send only
requests if the interface has an active link. This is a
great benefit if you often change networks with your laptop
and you do not like to kill/restart dhclient all the time.
Changes are automatically detected and the link is refreshed.
The change allows us to start dhclient in background mode
Enable dhclient to poll the interface state and send only
requests if the interface has an active link. This is a
great benefit if you often change networks with your laptop
and you do not like to kill/restart dhclient all the time.
Changes are automatically detected and the link is refreshed.
The change allows us to start dhclient in background mode
while the network cable is not plugged in.
To control the polling interval, the option -i has been
introduced. It takes seconds as parameter, the minimum is
one second, the default is five seconds.
Polling is done in seconds, not microseconds, because dhclient
does internally work with timeouts in seconds.
This change will be part of the next major ISC-dhcpd release.
Tested by: bms, imp, and many many others.
Reviewed by: murray, eivind, dhclient folks
Revision Changes Path
1.16 +8 -2 src/contrib/isc-dhcp/FREEBSD-upgrade
1.14 +10 -0 src/contrib/isc-dhcp/client/dhclient.8
1.26 +193 -4 src/contrib/isc-dhcp/client/dhclient.c
1.2 +98 -600 src/contrib/isc-dhcp/common/dispatch.c
1.2 +2033 -343 src/contrib/isc-dhcp/includes/dhcpd.h
1.5 +1 -1 src/sbin/dhclient/Makefile.inc
More information about the cvs-all
mailing list