summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurence J. Lane <ljlane@debian.org>2013-08-17 19:08:59 -0400
committerPablo Neira Ayuso <pablo@netfilter.org>2013-08-22 12:58:54 +0200
commit7a1a8eeb3625cebaaa2518b18575a7b0ce5c6c3d (patch)
tree47e0f1b0a588dc169f898f9e17c38822f2c628aa
parentcad1569e68d6f9cc8e1fa7008d39ed13579dee0b (diff)
iptables: libxt_hashlimit.man: correct address
Corrects an example address with subnet mask. http://bugs.debian.org/698393 Signed-off-by: Laurence J. Lane <ljlane@debian.org> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--extensions/libxt_hashlimit.man2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libxt_hashlimit.man b/extensions/libxt_hashlimit.man
index 17cb2b00..6aac3f28 100644
--- a/extensions/libxt_hashlimit.man
+++ b/extensions/libxt_hashlimit.man
@@ -65,7 +65,7 @@ matching on source port
matching on subnet
"10000 packets per minute for every /28 subnet (groups of 8 addresses)
in 10.0.0.0/8" =>
-\-s 10.0.0.8 \-\-hashlimit\-mask 28 \-\-hashlimit\-upto 10000/min
+\-s 10.0.0.0/8 \-\-hashlimit\-mask 28 \-\-hashlimit\-upto 10000/min
.TP
matching bytes per second
"flows exceeding 512kbyte/s" =>