]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
iptables: libxt_hashlimit.man: correct address
authorLaurence J. Lane <ljlane@debian.org>
Sat, 17 Aug 2013 23:08:59 +0000 (19:08 -0400)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 22 Aug 2013 10:58:54 +0000 (12:58 +0200)
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>
extensions/libxt_hashlimit.man

index 17cb2b0001cb13eacecb2d9e54338349f10bf387..6aac3f288073428b9b80cf5755b9b83ec4d25b82 100644 (file)
@@ -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" =>