From: Giuseppe Lettieri Date: Thu, 4 Apr 2013 14:39:44 +0000 (+0200) Subject: fix remote-snapshot with external nodes X-Git-Tag: sliver-openvswitch-1.10.90-1~2 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=a6ca7c672f6d5aaf24111d3414ea132ec36b40d6 fix remote-snapshot with external nodes --- diff --git a/planetlab/exp-tool/Makefile b/planetlab/exp-tool/Makefile index 1325629cd..942160bda 100644 --- a/planetlab/exp-tool/Makefile +++ b/planetlab/exp-tool/Makefile @@ -532,6 +532,12 @@ $(foreach link,$(EXTERNAL_LINKS),cache/iface.$(link)@2): ; $(foreach link,$(EXTERNAL_LINKS),cache/port.$(link)@2): ; $(foreach link,$(EXTERNAL_LINKS),del-iface.$(link)@2): ; +$(foreach host,$(EXTERNAL_HOSTS),cache/rsnap.ip.$(host)): ; + @touch $@ + +$(foreach host,$(EXTERNAL_HOSTS),cache/rsnap.links.$(host)): ; + @touch $@ + # we assume that a program called tunproxy is available on the # external nodes.