summaryrefslogtreecommitdiffstats
path: root/dhcpcd.conf.5.in
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2009-02-27 21:18:01 +0000
committerRoy Marples <roy@marples.name>2009-02-27 21:18:01 +0000
commite095a6ebb581216ef8369d1e468a6682332498a7 (patch)
tree0b4618baf77fe69ab9c3daa8cfe575b506de610c /dhcpcd.conf.5.in
parente0dd8b7e4a3011200972a9103d84081aca91843f (diff)
downloaddhcpcd-e095a6ebb581216ef8369d1e468a6682332498a7.tar.xz
Blacklist now accepts networks as well as addresses.
It also matches on the address offered as well as the server address.
Diffstat (limited to 'dhcpcd.conf.5.in')
-rw-r--r--dhcpcd.conf.5.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/dhcpcd.conf.5.in b/dhcpcd.conf.5.in
index 5b677619..3c6ca1a0 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 January 28, 2009
+.Dd February 27, 2009
.Dt DHCPCD.CONF 5 SMM
.Sh NAME
.Nm dhcpcd.conf
@@ -60,10 +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
+.It Ic blacklist Ar address Ns Op Ar /cidr
Ignores all DHCP messages which have this
.Ar address
-as the server ID.
+as the server ID or offered address.
+If
+.Ar cidr
+is given then we match against that network as well.
This may be expanded in future releases to ignore all packets
matching either the IP or hardware
.Ar address .