Correct handle of multi-queue NFQUEUE when passed to a macro

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2019-08-25 14:18:54 -07:00
parent a9c42e1eaa
commit 7051daeb08
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -1610,8 +1610,8 @@ sub merge_levels ($$) {
return $subordinate if $subordinate =~ /^(?:FORMAT|COMMENT|DEFAULTS?)$/;
my @supparts = split /:/, $superior;
my @subparts = split /:/, $subordinate;
my @supparts = split_list2( $superior , 'Action' );
my @subparts = split_list2( $subordinate , 'Action' );
my $subparts = @subparts;