diff -r fe68405201d2 tools/hotplug/Linux/vif-common.sh --- a/tools/hotplug/Linux/vif-common.sh Wed May 27 15:55:29 2009 +0100 +++ b/tools/hotplug/Linux/vif-common.sh Thu May 28 09:07:20 2009 +0200 @@ -103,6 +103,8 @@ handle_iptable() return fi + claim_lock "iptables" + if [ "$ip" != "" ] then local addr @@ -117,6 +119,8 @@ handle_iptable() # No IP addresses have been specified, so allow anything. frob_iptable fi + + release_lock "iptables" }