From eb2109e7674078071d167eef08c9abb5eab2a5fb Mon Sep 17 00:00:00 2001 From: teastep Date: Wed, 13 Aug 2003 19:29:15 +0000 Subject: [PATCH] Rate Limiting in Rules - Part 5 git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@709 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall/releasenotes.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Shorewall/releasenotes.txt b/Shorewall/releasenotes.txt index ea4ad85d0..78e2afe7c 100755 --- a/Shorewall/releasenotes.txt +++ b/Shorewall/releasenotes.txt @@ -286,3 +286,10 @@ New Features: matching a packet, one of the bursts will be regained; if no packets hit the rule for 2 second, the burst will be fully recharged; back where we started. + + Warning: When rate limiting is specified on a rule with "all" in the + SOURCE or DEST fields, the limit will apply to each pair of + zones individually rather that as a single limit for all pairs of + zones covered by the rule. + +