From 4614c24d0c72f680602692fe9c2d07e3eaf43c42 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 74b577fa3..128bf5a92 100644 --- a/Shorewall/Perl/Shorewall/Rules.pm +++ b/Shorewall/Perl/Shorewall/Rules.pm @@ -675,7 +675,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 ) {