From a69641d15fd163fb8eb6f689da5cddefcf258cb7 Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 29 Jan 2006 01:57:41 +0000 Subject: [PATCH] Remove documentaiton of rate limiting in the ACTION column git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3398 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-docs2/Documentation.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Shorewall-docs2/Documentation.xml b/Shorewall-docs2/Documentation.xml index 4245801eb..b0c78fceb 100644 --- a/Shorewall-docs2/Documentation.xml +++ b/Shorewall-docs2/Documentation.xml @@ -15,10 +15,10 @@ - 2005-11-02 + 2006-01-28 - 2001-2005 + 2001-2006 Thomas M. Eastep @@ -1978,7 +1978,7 @@ ACCEPT:info - - tc Let's take - ACCEPT<2/sec:4> net dmz tcp 80 + ACCEPT net dmz tcp 80 - - 2/sec:4 The first time this rule is reached, the packet will be accepted; in fact, since the burst is 4, the first four packets @@ -2033,8 +2033,9 @@ ACCEPT:info - - tc to local system 192.168.1.3. You wish to limit the number of connections to 4/minute with a burst of 8: - #ACTION SOURCE DEST PROTO DEST PORT(S) -DNAT<4/min:8> net loc:192.168.1.3 tcp ssh + #ACTION SOURCE DEST PROTO DEST PORT(S) ORIGINAL RATE LIMIT +# DEST +DNAT net loc:192.168.1.3 tcp ssh - 4/min:8