diff --git a/scripts/vm/hypervisor/xenserver/vmops b/scripts/vm/hypervisor/xenserver/vmops index 21c73ac8dc2..db6f6d63ac9 100755 --- a/scripts/vm/hypervisor/xenserver/vmops +++ b/scripts/vm/hypervisor/xenserver/vmops @@ -594,6 +594,7 @@ def destroy_network_rules_for_vm(session, args): util.SMlog("Ignoring failure to delete chain " + vmchain_default) destroy_ebtables_rules(vmchain) + destroy_arptables_rules(vmchain) try: util.pread2(['iptables', '-F', vmchain])