From: Thierry Parmentelat Date: Mon, 10 Sep 2012 12:30:10 +0000 (+0200) Subject: ache/bridge.% needs to contain the ifname X-Git-Tag: sliver-openvswitch-1.8.90-0~23^2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=f4eceb7d52472146dd35c75f0f90a9d7d720a8bc;hp=4f81db933871044678db8a4e5f9eec2d0e6df204;p=sliver-openvswitch.git ache/bridge.% needs to contain the ifname --- 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.%