From a5811aa4d49a2d18cf26b4b9b02a8606c0cb8650 Mon Sep 17 00:00:00 2001 From: teastep Date: Fri, 11 Apr 2008 01:03:34 +0000 Subject: [PATCH] Stop Accounting rule violations -- Take 2 git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@8419 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-perl/Shorewall/Chains.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Shorewall-perl/Shorewall/Chains.pm b/Shorewall-perl/Shorewall/Chains.pm index b53a57fff..b20cf0903 100644 --- a/Shorewall-perl/Shorewall/Chains.pm +++ b/Shorewall-perl/Shorewall/Chains.pm @@ -870,6 +870,7 @@ sub ensure_accounting_chain( $ ) } else { $chainref = new_chain 'filter' , $chain unless $chainref; $chainref->{accounting} = 1; + $chainref->{referenced} = 1; } $chainref;