From a440e7023e75e8240af9969255fb091671f5090b Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Sat, 28 Aug 2010 14:18:48 -0700 Subject: [PATCH] Fix optional 'upnpclient' interfaces --- Shorewall/Perl/Shorewall/Rules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall/Perl/Shorewall/Rules.pm b/Shorewall/Perl/Shorewall/Rules.pm index 26377e368..bb0ea9049 100644 --- a/Shorewall/Perl/Shorewall/Rules.pm +++ b/Shorewall/Perl/Shorewall/Rules.pm @@ -673,7 +673,7 @@ sub add_common_rules() { for $interface ( @$list ) { my $chainref = $filter_table->{input_chain $interface}; - my $base = uc chain_base $interface; + my $base = uc chain_base get_physical $interface; my $variable = get_interface_gateway $interface; if ( interface_is_optional $interface ) {