X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetlab%2Fexp-tool%2FMakefile;fp=planetlab%2Fexp-tool%2FMakefile;h=c2b0d77095e7128e176c936d84d47eca8d11cae0;hb=71ae087e8c5d196e27a583ba73dae383c37d1795;hp=b797f9fae4267795c9b49b4358e5ba5e1d991821;hpb=3c7126b933c3ccb263648c59ffd010e97f2fb634;p=sliver-openvswitch.git diff --git a/planetlab/exp-tool/Makefile b/planetlab/exp-tool/Makefile index b797f9fae..c2b0d7709 100644 --- a/planetlab/exp-tool/Makefile +++ b/planetlab/exp-tool/Makefile @@ -145,7 +145,7 @@ ssh-%: FORCE @$(SSH) $(HOST_$*) $(SUDO) $(SSH-COMMAND) showdpid-%: FORCE - @echo $(call display,$*) uses dpid=$$( $(SSH) $(HOST_$*) $(SUDO) ovs-vsctl get bridge $(BRIDGE) datapath_id) + @echo $*_DPID=0x$$( $(SSH) $(HOST_$*) $(SUDO) ovs-vsctl get bridge $(BRIDGE) datapath_id | sed -e 's,",,g') # should probably replace sshcheck cache/status.%: FORCE