diff options
| author | Roy Marples <roy@marples.name> | 2008-11-27 10:37:48 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-11-27 10:37:48 +0000 |
| commit | e737a9e11fd90cd2e19f8dcfdd2c134c4b7de022 (patch) | |
| tree | ad13300bfc9a5048b0f163f1070e138ff7486174 | |
| parent | e61481a0165952aa68c7dc09af3f739da2e6acfa (diff) | |
| download | dhcpcd-e737a9e11fd90cd2e19f8dcfdd2c134c4b7de022.tar.xz | |
Describe the blacklist option.
| -rw-r--r-- | dhcpcd.conf.5.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dhcpcd.conf.5.in b/dhcpcd.conf.5.in index 6f0d3189..5a57ffb2 100644 --- a/dhcpcd.conf.5.in +++ b/dhcpcd.conf.5.in @@ -47,6 +47,13 @@ Here's a list of available options: Background immediately. This is useful for startup scripts which don't disable link messages for carrier status. +.It Ic blacklist Ar address +Ignores all DHCP messages which have this +.Ar address +as the server ID. +This may be expanded in future releases to ignore all packets +matching either the IP or hardware +.Ar address . .It Ic clientid Ar string Send the .Ar clientid . |
