From 7ac9e46e1ff818f211aafa2748b06adcc3a723d2 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Thu, 16 Aug 2012 15:49:33 -0700 Subject: [PATCH] Add a comment Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Chains.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Chains.pm b/Shorewall/Perl/Shorewall/Chains.pm index 30b3f928c..832a7330f 100644 --- a/Shorewall/Perl/Shorewall/Chains.pm +++ b/Shorewall/Perl/Shorewall/Chains.pm @@ -950,7 +950,9 @@ sub compatible( $$ ) { } } } - + # + # Don't combine chains where each specifies '-m policy' + # return ! ( $ref1->{policy} && $ref2->{policy} ); }