diff --git a/Shorewall/Perl/Shorewall/Chains.pm b/Shorewall/Perl/Shorewall/Chains.pm index 12d7fc815..2e9635100 100644 --- a/Shorewall/Perl/Shorewall/Chains.pm +++ b/Shorewall/Perl/Shorewall/Chains.pm @@ -1218,6 +1218,7 @@ sub merge_rules( $$$ ) { if ( exists $fromref->{$option} ) { push( @{$toref->{matches}}, $option ) unless exists $toref->{$option}; $toref->{$option} = $fromref->{$option}; + $toref->{simple} = 0; } }