forked from extern/shorewall_code
Correct fix for 'optional' + 'upnpclient'
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
fffffec9d1
commit
42c943a76e
@ -680,7 +680,7 @@ sub add_common_rules() {
|
||||
|
||||
if ( interface_is_optional $interface ) {
|
||||
add_commands( $chainref,
|
||||
qq(if [ -n "SW_\$${base}_IS_USABLE" -a -n "$variable" ]; then) ,
|
||||
qq(if [ -n "\$SW_${base}_IS_USABLE" -a -n "$variable" ]; then) ,
|
||||
' echo "-A ' . match_source_dev( $interface ) . qq(-s $variable -p udp -j ACCEPT" >&3) ,
|
||||
qq(fi) );
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user