Fix optional 'upnpclient' interfaces

This commit is contained in:
Tom Eastep 2010-08-28 14:18:48 -07:00
parent 0bc207d357
commit 4614c24d0c

View File

@ -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 ) {