diff options
| author | Roy Marples <roy@marples.name> | 2008-12-16 17:52:12 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-12-16 17:52:12 +0000 |
| commit | 02d339e3a6ecaf7869b4aa9bce5dce6a0ec44979 (patch) | |
| tree | 2d35ee7a28b3825a07e3c4637b57306af8222c27 /dhcpcd.8.in | |
| parent | 63bce4d48e5f0e3ad04ff79d402c74aea6bdd88f (diff) | |
| download | dhcpcd-02d339e3a6ecaf7869b4aa9bce5dce6a0ec44979.tar.xz | |
Document avoiding BOOTP servers.
Diffstat (limited to 'dhcpcd.8.in')
| -rw-r--r-- | dhcpcd.8.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/dhcpcd.8.in b/dhcpcd.8.in index d5a58237..b327546e 100644 --- a/dhcpcd.8.in +++ b/dhcpcd.8.in @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd November 19, 2008 +.Dd December 16, 2008 .Dt DHCPCD 8 SMM .Sh NAME .Nm dhcpcd @@ -417,6 +417,11 @@ configure the interface and routing. Requires the .Ar option to be present in all DHCP messages, otherwise the message is ignored. +To enforce that +.Nm +only responds to DHCP servers and not BOOTP servers, you can +.Fl Q +.Ar dhcp_message_type . .It Fl T, -test On receipt of OFFER messages just call .Pa @SCRIPT@ |
