From 3daae01b2b06f58942e84864a9a9a7548a9e0129 Mon Sep 17 00:00:00 2001 From: Giuseppe Lettieri Date: Sat, 6 Oct 2012 13:39:42 +0200 Subject: [PATCH] link goes down if an iface is deleted --- planetlab/exp-tool/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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} -- 2.43.0