Correct merge compatibility change

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2016-12-18 19:00:37 -08:00
parent c2c2dc0b22
commit a9583aaf3a
No known key found for this signature in database
GPG Key ID: 96E6B3F2423A4D10

View File

@ -1197,7 +1197,7 @@ sub compatible( $$ ) {
#
# Don't combine chains where each specifies
# '-m policy'
# ( --dport or --sport or -m multiport )
# ( --multiport and ( --dport or --sport or -m multiport ) )
#
return ! ( $ref1->{policy} && $ref2->{policy} ||
( ( $ref1->{multiport} && ( $ref2->{dport} || $ref2->{sport} || $ref2->{multiport} ) ) ||