From 072e3bb3a991afb250514db0f7fe457c10cf7bd2 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 5 Oct 2012 08:10:08 +0200 Subject: [PATCH] bugfix del-controllers + doc --- planetlab/exp-tool/Makefile | 2 +- planetlab/exp-tool/Makefile.help | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.43.0