Bug 12731 - Ebtable rules are blocking all traffic going out of VMs in basic zone

status 12731: resolved fixed

reviewed-by: edison
This commit is contained in:
frank 2011-12-22 14:36:17 -08:00
parent fa6baa6917
commit 363aea4aee
1 changed files with 0 additions and 2 deletions

View File

@ -430,8 +430,6 @@ def default_ebtables_rules():
util.pread2(['ebtables', '-A', 'DEFAULT_EBTABLES', '-p', 'IPv6', '-j', 'DROP'])
# deny vlan
util.pread2(['ebtables', '-A', 'DEFAULT_EBTABLES', '-p', '802_1Q', '-j', 'DROP'])
# deny all other 802. frames
util.pread2(['ebtables', '-A', 'FORWARD', '-j', 'DROP'])
except:
util.SMlog('Chain DEFAULT_EBTABLES already exists')