mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 07:33:43 +01:00
Fix optional 'upnpclient' interfaces
This commit is contained in:
parent
0bc207d357
commit
4614c24d0c
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user