diff options
| author | Roy Marples <roy@marples.name> | 2008-11-27 10:37:02 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-11-27 10:37:02 +0000 |
| commit | fb5c66b68da8a355d653148d3a05bcb0e94aeb69 (patch) | |
| tree | ad68dad99b5d691b04d11bd356a1655e64258dc9 /dhcpcd.conf.5.in | |
| parent | a4398c7a4ba3614103396b20754409b0531a57d1 (diff) | |
| download | dhcpcd-fb5c66b68da8a355d653148d3a05bcb0e94aeb69.tar.xz | |
Describe the blacklist option.
Diffstat (limited to 'dhcpcd.conf.5.in')
| -rw-r--r-- | dhcpcd.conf.5.in | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/dhcpcd.conf.5.in b/dhcpcd.conf.5.in index acfcc347..cd79ab3d 100644 --- a/dhcpcd.conf.5.in +++ b/dhcpcd.conf.5.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 November 27, 2008 .Dt DHCPCD.CONF 5 SMM .Sh NAME .Nm dhcpcd.conf @@ -60,6 +60,13 @@ which is a space or comma separated list of patterns passed to 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 . |
