From 0bff8524dfe5fc69a47b934293e13e4a879b6aaf Mon Sep 17 00:00:00 2001 From: teastep Date: Sun, 5 Sep 2004 23:47:01 +0000 Subject: [PATCH] Verify physdev match if BRIDGING=Yes git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1603 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall2/firewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shorewall2/firewall b/Shorewall2/firewall index 64270821d..aa4869f0b 100755 --- a/Shorewall2/firewall +++ b/Shorewall2/firewall @@ -5247,7 +5247,7 @@ initialize_netfilter () { report_capabilities 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..."