forked from extern/shorewall_code
Verify physdev match if BRIDGING=Yes
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1603 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
0649e6ad70
commit
0bff8524df
@ -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..."
|
||||
|
Loading…
Reference in New Issue
Block a user