From: Giuseppe Lettieri Date: Thu, 4 Apr 2013 14:35:28 +0000 (+0200) Subject: fix showmacs target X-Git-Tag: sliver-openvswitch-1.10.90-1~3 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=4d5f814dfb737aae820b8ce70ff0a8b94c291ec3 fix showmacs target --- diff --git a/planetlab/exp-tool/Makefile b/planetlab/exp-tool/Makefile index 3ab27090b..1325629cd 100644 --- a/planetlab/exp-tool/Makefile +++ b/planetlab/exp-tool/Makefile @@ -160,7 +160,7 @@ showdpid-%: FORCE @echo $*_DPID=0x$$( $(SSH) $(HOST_$*) $(SUDO) ovs-vsctl get bridge $(BRIDGE) datapath_id | sed -e 's,",,g') showmac-%: FORCE - @echo $*_MAC=\"$$( $(SSH) $(HOST_$*) $(SUDO) sliver-ovs show-mac)\" + @echo $*_MAC=\"$$( $(SSH) $(HOST_$*) $(SUDO) sliver-ovs get-mac $(BRIDGE))\" showports-%: FORCE @$(SSH) $(HOST_$*) $(SUDO) ovs-ofctl show $(BRIDGE) \