mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-23 14:08:45 +01: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
|
||||
done
|
||||
__EOF__
|
||||
[ -n "$balance" ] && error_message "WARNING: 'balance' and 'loose' should not be specified together - Provider \"$provider\""
|
||||
fi
|
||||
|
||||
|
||||
indent >&3 << __EOF__
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user