diff mbox

iptables: libxt_hashlimit.man: correct address

Message ID 1376780939-12394-1-git-send-email-ljlane@debian.org
State Accepted
Headers show

Commit Message

Laurence J. Lane Aug. 17, 2013, 11:08 p.m. UTC
Corrects an example address with subnet mask.

http://bugs.debian.org/698393

Signed-off-by: Laurence J. Lane <ljlane@debian.org>
---
 extensions/libxt_hashlimit.man | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Pablo Neira Ayuso Aug. 22, 2013, 11:03 a.m. UTC | #1
On Sat, Aug 17, 2013 at 07:08:59PM -0400, Laurence J. Lane wrote:
> Corrects an example address with subnet mask.
> 
> http://bugs.debian.org/698393

Applied, thanks Laurence.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/extensions/libxt_hashlimit.man b/extensions/libxt_hashlimit.man
index 17cb2b0..6aac3f2 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" =>