mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-01 06:45:27 +00:00
Document the -w option.
This commit is contained in:
@@ -53,6 +53,9 @@ dhclient - Dynamic Host Configuration Protocol Client
|
|||||||
server
|
server
|
||||||
]
|
]
|
||||||
[
|
[
|
||||||
|
.B -w
|
||||||
|
]
|
||||||
|
[
|
||||||
.I if0
|
.I if0
|
||||||
[
|
[
|
||||||
.I ...ifN
|
.I ...ifN
|
||||||
@@ -188,6 +191,18 @@ particularly useful if, for example,
|
|||||||
or
|
or
|
||||||
.B RUNDIR
|
.B RUNDIR
|
||||||
has not yet been mounted when the DHCP client is started.
|
has not yet been mounted when the DHCP client is started.
|
||||||
|
.PP
|
||||||
|
The DHCP client normally exits if it isn't able to identify any
|
||||||
|
network interfaces to configure. On laptop computers and other
|
||||||
|
computers with hot-swappable I/O buses, it is possible that a
|
||||||
|
broadcast interface may be added after system startup. The
|
||||||
|
.B -w
|
||||||
|
flag can be used to cause the client not to exit when it doesn't find
|
||||||
|
any such interfaces. The
|
||||||
|
.B dhcpccp (8)
|
||||||
|
program can then be used to notify the client when a network interface
|
||||||
|
has been added or removed, so that the client can configure an IP
|
||||||
|
address on that interface.
|
||||||
.SH CONFIGURATION
|
.SH CONFIGURATION
|
||||||
The syntax of the dhclient.conf(8) file is discussed seperately.
|
The syntax of the dhclient.conf(8) file is discussed seperately.
|
||||||
.SH FILES
|
.SH FILES
|
||||||
|
Reference in New Issue
Block a user