Verify physdev match if BRIDGING=Yes

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1604 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2004-09-05 23:48:56 +00:00
parent 0bff8524df
commit bc0a246113

View File

@ -2504,7 +2504,7 @@ check_config() {
verify_os_version
if [ -n "$BRIDGING" ]; then
[ -n "$PHYSDEV_MATCH" || startup_error "BRIDGING=Yes requires Physdev Match support in your Kernel and iptables"
[ -n "$PHYSDEV_MATCH" ] || startup_error "BRIDGING=Yes requires Physdev Match support in your Kernel and iptables"
fi
echo "Determining Zones..."