From: Thierry Parmentelat Date: Fri, 5 Oct 2012 06:10:08 +0000 (+0200) Subject: bugfix del-controllers + doc X-Git-Tag: sliver-openvswitch-1.8.90-5~18 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=072e3bb3a991afb250514db0f7fe457c10cf7bd2 bugfix del-controllers + doc --- diff --git a/planetlab/exp-tool/Makefile b/planetlab/exp-tool/Makefile index 75719a3b7..8f5f29c31 100644 --- a/planetlab/exp-tool/Makefile +++ b/planetlab/exp-tool/Makefile @@ -201,7 +201,7 @@ del-db.%: @$(SSH) $(HOST_$*) $(SUDO) sliver-ovs stop-db @rm -f cache/db.$* -del-controller.%: +del-controller-%: @echo "Removing controller for $(call display,$*)" @$(SSH) $(HOST_$*) $(SUDO) sliver-ovs del-controller $(BRIDGE) @rm -f cache/controller.$* diff --git a/planetlab/exp-tool/Makefile.help b/planetlab/exp-tool/Makefile.help index 4c6773ef3..cab6c7948 100644 --- a/planetlab/exp-tool/Makefile.help +++ b/planetlab/exp-tool/Makefile.help @@ -42,6 +42,8 @@ make showcontrollers make controllers configure the various switches so they use the configured controllers +make del-controllers + reset the switches to run in standalone mode ==================== devel make update push a new version of sliver-ovs into the slivers