diff options
| author | Roy Marples <roy@marples.name> | 2008-07-16 22:23:07 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-07-16 22:23:07 +0000 |
| commit | a26af49123674044a0216fbae83bec30db5f8ab3 (patch) | |
| tree | 5024ea32e0cdc998220c80a17d3d3afba0e86ef0 /dhcpcd.conf.5.in | |
| parent | c4d4ee1358061ff620679a51b0d620ce4fa1326b (diff) | |
| download | dhcpcd-a26af49123674044a0216fbae83bec30db5f8ab3.tar.xz | |
Add support for link carrier detection. For Linux this involved a big change to the netlink code to add callbacks, for BSD just an extra function. We also have an option not to wait for a DHCP lease and fork right away - useful for startup scripts.
Diffstat (limited to 'dhcpcd.conf.5.in')
| -rw-r--r-- | dhcpcd.conf.5.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dhcpcd.conf.5.in b/dhcpcd.conf.5.in index 5ba825f2..f2f624b7 100644 --- a/dhcpcd.conf.5.in +++ b/dhcpcd.conf.5.in @@ -71,7 +71,7 @@ if a FQDN (ie, contains a .) then it will be encoded as such. none disables FQDN encoding, ptr just asks the DHCP server to update the PTR record of the host in DNS whereas both also updates the A record. The current hostname or the hostname specified using the -.Fl h , -hostname +.Ic hostname option must be a FQDN. .Nm dhcpcd itself never does any DNS updates. @@ -96,6 +96,11 @@ See .Rs .%T "RFC 3927" .Re +.It Ic nolink +Don't receive link messages about carrier status. +You should only set this for buggy interface drivers. +.It Ic nowait +Don't wait to obtain a DHCP lease, fork to the background right away. .It Ic option Ar dhcp-option Requests the .Ar dhcp-option |
