mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-21 18:21:27 +02:00
Add warning about balance and loose -- Take 2
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5396 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
829b03534d
commit
68a2f3dbdf
@ -238,7 +238,9 @@ find_interface_addresses $interface | while read address; do
|
|||||||
qt ip rule del from \$address
|
qt ip rule del from \$address
|
||||||
done
|
done
|
||||||
__EOF__
|
__EOF__
|
||||||
|
[ -n "$balance" ] && error_message "WARNING: 'balance' and 'loose' should not be specified together - Provider \"$provider\""
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
indent >&3 << __EOF__
|
indent >&3 << __EOF__
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user