From f4eceb7d52472146dd35c75f0f90a9d7d720a8bc Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 10 Sep 2012 14:30:10 +0200 Subject: [PATCH] ache/bridge.% needs to contain the ifname --- planetlab/exp-tool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/planetlab/exp-tool/Makefile b/planetlab/exp-tool/Makefile index a34d18313..d25a4400f 100644 --- a/planetlab/exp-tool/Makefile +++ b/planetlab/exp-tool/Makefile @@ -111,7 +111,7 @@ cache/switch.%: cache/db.% cache/bridge.%: cache/switch.% @echo "Creating bridge on $(call display,$*) - logs in $@.log" - @$(SSH) $(HOST_$*) $(SUDO) sliver-ovs create-bridge $(IP_$*) &> $@.log && touch $@ + @$(SSH) $(HOST_$*) $(SUDO) sliver-ovs create-bridge $(IP_$*) > $@ 2> $@.log || { rm $@; exit 1; } # xxx this probably needs a more thorough cleanup in cache/ cache/stop.%: del-bridge.% -- 2.47.0