mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 04:04:10 +01:00
More dash compatibility fixes
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1551 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
edfeb23ba7
commit
22954ebe97
@ -603,7 +603,7 @@ match_dest_dev()
|
||||
|
||||
verify_interface()
|
||||
{
|
||||
known_interface $1 || { [ -n $BRIDGING ] && list_search $1 $all_ports ; }
|
||||
known_interface $1 || { [ -n "$BRIDGING" ] && list_search $1 $all_ports ; }
|
||||
}
|
||||
|
||||
#
|
||||
@ -1341,7 +1341,7 @@ stop_firewall() {
|
||||
|
||||
routeback=
|
||||
|
||||
if [ -n $options ]; then
|
||||
if [ -n "$options" ]; then
|
||||
for option in $(separate_list $options); do
|
||||
case $option in
|
||||
routeback)
|
||||
|
Loading…
Reference in New Issue
Block a user