From 8429f68897ba814a71b811ec07bdb9bec80b8afe Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Mon, 7 Dec 2015 15:15:28 -0800 Subject: [PATCH] Handle MAC addresses in IPv6 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 27fe8f29e..8cc1d91d2 100644 --- a/Shorewall/Perl/Shorewall/Chains.pm +++ b/Shorewall/Perl/Shorewall/Chains.pm @@ -7031,7 +7031,7 @@ sub isolate_source_interface( $ ) { $inets = $2; } elsif ( $source =~ /^(.+?):\[(.+)\]\s*$/ || $source =~ /^(.+?):(!?\+.+)$/ || - $source =~ /^(.+?):(!?[&%].+)$/ || + $source =~ /^(.+?):(!?[&%~].+)$/ || $source =~ /^(.+?):(\[.+\]\/(?:\d+))\s*$/ ) { $iiface = $1;