From: Giuseppe Lettieri Date: Sat, 6 Oct 2012 11:39:42 +0000 (+0200) Subject: link goes down if an iface is deleted X-Git-Tag: sliver-openvswitch-1.8.90-5~12 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=3daae01b2b06f58942e84864a9a9a7548a9e0129 link goes down if an iface is deleted --- diff --git a/planetlab/exp-tool/Makefile b/planetlab/exp-tool/Makefile index fdfff1637..0d555a4dd 100644 --- a/planetlab/exp-tool/Makefile +++ b/planetlab/exp-tool/Makefile @@ -299,12 +299,14 @@ cache/rsnap.links.%: # redo the delete if the db daemon is restarted. # # This also invalidates the local port of the tunnel and the endpoint -# info on both sides of the tunnel. +# info on both sides of the tunnel. The link goes down. del-iface.%: | cache/db.$$(call get,%) @echo "Removing interface for link $(call linkpart,$*) from $(call get,$*)" @$(SSH) $(HOST_$(call get,$*)) \ $(SUDO) sliver-ovs del-port L$(call linkpart,$*) - @rm -f cache/iface.$* cache/port.$* cache/endpoint.$* cache/endpoint.$(call opp,$*) + @rm -f cache/iface.$* \ + cache/port.$* cache/endpoint.$* cache/endpoint.$(call opp,$*) \ + L/$(call linkpart,$*) ### '%' here is leftid-rightid@{1,2}