freebsd-dev/sbin/dhclient
Martin Blapp 636a538d15 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
2003-07-28 08:30:11 +00:00
..
client Tweak a couple of utilities so they compile cleanly for /rescue. Mostly 2003-06-29 18:46:18 +00:00
common Removed now unused INTERNALSTATICLIB. 2002-05-13 11:09:07 +00:00
dhcpctl Hook omshell(1) up to the build. 2003-03-25 03:16:53 +00:00
dst Removed now unused INTERNALSTATICLIB. 2002-05-13 11:09:07 +00:00
minires Removed now unused INTERNALSTATICLIB. 2002-05-13 11:09:07 +00:00
omapip Removed now unused INTERNALSTATICLIB. 2002-05-13 11:09:07 +00:00
omshell Hook omshell(1) up to the build. 2003-03-25 03:16:53 +00:00
dhclient-script.sh If the dhcpd server doesn't provide a domain name or dns servers then 2002-02-01 18:46:58 +00:00
Makefile Tweak a couple of utilities so they compile cleanly for /rescue. Mostly 2003-06-29 18:46:18 +00:00
Makefile.inc Enable dhclient to poll the interface state and send only 2003-07-28 08:30:11 +00:00