bugfix del-controllers + doc
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 5 Oct 2012 06:10:08 +0000 (08:10 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 5 Oct 2012 06:10:08 +0000 (08:10 +0200)
planetlab/exp-tool/Makefile
planetlab/exp-tool/Makefile.help

index 75719a3..8f5f29c 100644 (file)
@@ -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.$*
index 4c6773e..cab6c79 100644 (file)
@@ -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