X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=planetlab%2Fexp-tool%2FMakefile;h=0e523721cd6e8ca0e491d84eba98a248bbc27922;hb=621ffea966bf3aedaa8ceadbb43f3cd642854ad6;hp=09560eeb4fcc368feb8319e4a48f13a6de60f798;hpb=57675f94c6e5639f6d7ea622d441bf410cf84d3c;p=sliver-openvswitch.git diff --git a/planetlab/exp-tool/Makefile b/planetlab/exp-tool/Makefile index 09560eeb4..0e523721c 100644 --- a/planetlab/exp-tool/Makefile +++ b/planetlab/exp-tool/Makefile @@ -147,7 +147,7 @@ cache/bridge.%: cache/switch.% cache/controller.%: cache/bridge.% @echo "Setting controller on $(call display,$*) - logs in $(call log,$@)" - @$(SSH) $(HOST_$*) $(SUDO) ovs-vsctl set-controller $(BRIDGE) $(CONTROLLER_$*) &> $(call log,$@) || { rm $@; exit 1; } + @$(SSH) $(HOST_$*) $(SUDO) sliver-ovs set-controller $(BRIDGE) $(CONTROLLER_$*) &> $(call log,$@) || { rm $@; exit 1; } # xxx this probably needs a more thorough cleanup in cache/ cache/stop.%: del-bridge.%