Fix optional 'upnpclient' interfaces - take 2

This commit is contained in:
Tom Eastep 2010-08-28 14:46:29 -07:00
parent a440e7023e
commit d8846b92d8

View File

@ -678,7 +678,7 @@ sub add_common_rules() {
if ( interface_is_optional $interface ) {
add_commands( $chainref,
qq(if [ -n "\$${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 {