From 3991b44de09e9e45d0f62e8504af5ef586cc24c8 Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sat, 9 Jul 2011 15:36:07 -0700 Subject: [PATCH] Another IPv6 ipset issue (z:!+set in the DEST column) Signed-off-by: Tom Eastep --- Shorewall/Perl/Shorewall/Chains.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Chains.pm b/Shorewall/Perl/Shorewall/Chains.pm index ab563ff7c..d3b1fc9fd 100644 --- a/Shorewall/Perl/Shorewall/Chains.pm +++ b/Shorewall/Perl/Shorewall/Chains.pm @@ -4032,7 +4032,7 @@ sub expand_rule( $$$$$$$$$$;$ ) } else { $dnets = $dest; } - } elsif ( $dest =~ /^(?:\+|&|\..*\.)/ ) { + } elsif ( $dest =~ /(?:\+|&|\..*\.)/ ) { $dnets = $dest; } else { $diface = $dest;