mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-15 19:01:19 +01:00
Fix optional 'upnpclient' interfaces
This commit is contained in:
parent
f45879c4f4
commit
a440e7023e
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user