X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=planetlab%2Fexp-tool%2FMakefile;h=f8ed90d06fd85600470428a87667f15fa3c123c5;hb=c93d4b51c2808656a0e88f2679b2103903a6ab4f;hp=e54d35b6115c0baa49632cf397d14ac1a0c15044;hpb=31ce74a9f05312e3d68e55034b23ff2690a91ce7;p=sliver-openvswitch.git diff --git a/planetlab/exp-tool/Makefile b/planetlab/exp-tool/Makefile index e54d35b61..f8ed90d06 100644 --- a/planetlab/exp-tool/Makefile +++ b/planetlab/exp-tool/Makefile @@ -260,6 +260,7 @@ cache/rsnap.links.%: .SECONDEXPANSION: del-iface.%: +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,$*) @@ -271,7 +272,7 @@ del-iface.%: #linkid=$(call linkpart,%) #nodeid=$(call get,%) #bridgefile=cache/bridge.$(nodeid) -cache/iface.%: cache/bridge.$$(call get,%) | cache/switch.$$(call get,%) +cache/iface.%: cache/bridge.$$(call get,%) | cache/db.$$(call get,%) @echo "Creating interface for link $(call linkpart,$(*F)) on $(call display,$(call get,$(*F))) - logs in $(call log,$@)" @$(SSH) $(call solve,$(call get,$(*F))) $(SUDO) sliver-ovs create-port $(BRIDGE) \ L$(call linkpart,$(*F)) &> $(call log,$@) \