* [PATCH] iptables: libxt_hashlimit.man: correct address
@ 2013-08-17 23:08 Laurence J. Lane
2013-08-22 11:03 ` Pablo Neira Ayuso
0 siblings, 1 reply; 2+ messages in thread
From: Laurence J. Lane @ 2013-08-17 23:08 UTC (permalink / raw)
To: netfilter-devel; +Cc: Laurence J. Lane
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(-)
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" =>
--
1.8.4.rc2
!DSPAM:5210029814261079811937!
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] iptables: libxt_hashlimit.man: correct address
2013-08-17 23:08 [PATCH] iptables: libxt_hashlimit.man: correct address Laurence J. Lane
@ 2013-08-22 11:03 ` Pablo Neira Ayuso
0 siblings, 0 replies; 2+ messages in thread
From: Pablo Neira Ayuso @ 2013-08-22 11:03 UTC (permalink / raw)
To: Laurence J. Lane; +Cc: netfilter-devel
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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-08-22 11:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-17 23:08 [PATCH] iptables: libxt_hashlimit.man: correct address Laurence J. Lane
2013-08-22 11:03 ` Pablo Neira Ayuso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).