forked from extern/shorewall_code
Fix optional 'upnpclient' interfaces
This commit is contained in:
parent
78dfb3a997
commit
fb015ff75a
@ -666,7 +666,7 @@ sub add_common_rules() {
|
|||||||
|
|
||||||
for $interface ( @$list ) {
|
for $interface ( @$list ) {
|
||||||
my $chainref = $filter_table->{input_chain $interface};
|
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;
|
my $variable = get_interface_gateway $interface;
|
||||||
|
|
||||||
if ( interface_is_optional $interface ) {
|
if ( interface_is_optional $interface ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user