From db71d3da366f79d9cdb71b2837a6617d8f33f978 Mon Sep 17 00:00:00 2001 From: anthony Date: Tue, 5 Feb 2013 15:07:29 -0800 Subject: [PATCH] CLOUDSTACK-1167 remove arptables rules after VM is stopped --- scripts/vm/hypervisor/xenserver/vmops | 1 + 1 file changed, 1 insertion(+) 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])