mirror of https://github.com/apache/cloudstack.git
ebtables not programmed in some cases
This commit is contained in:
parent
c7380b29e1
commit
46e40cab3f
|
|
@ -654,7 +654,7 @@ def default_network_rules(session, args):
|
|||
return 'false'
|
||||
|
||||
for v in vifs:
|
||||
default_ebtables_rules(vm_name, v, vm_ip, vm_mac)
|
||||
default_ebtables_rules(vm_chain, v, vm_ip, vm_mac)
|
||||
|
||||
if write_rule_log_for_vm(vm_name, vm_id, vm_ip, domid, '_initial_', '-1') == False:
|
||||
util.SMlog("Failed to log default network rules, ignoring")
|
||||
|
|
|
|||
Loading…
Reference in New Issue