Merge branch 'master' of ssh://git.onelab.eu/git/sliver-openvswitch
[sliver-openvswitch.git] / planetlab / exp-tool / Makefile.help
1 make [init+all]
2         shortcut for 'make init all'
3 make init
4         create util subdirs needed by this tool
5 make all
6         initialize the whole topology on all nodes
7 make showslice
8         show SLICE as defined in conf.mk
9 make shownodes
10 make showhostnames
11 make showips
12 make showlinks
13         show nodes and links declared in conf.mk in various formats
14 make sshchecks
15 make ovsversions
16         try out ssh connectivity to slivers in the slice, or show installed ovs version
17 make dbs
18         initialize ovs db in all slivers
19 make switchs
20         start ovs switch in all slivers
21 make start 
22         shortcut for make dbs switchs
23 make stop
24         stop all ovs switch in all slivers
25 make status
26         list status of db and switch processes in all slivers
27 make bridges
28         create a bridge interface linked to tap devce in each sliver
29 ====================
30 make showcontrollers
31         show how OF controllers are configured from conf.mk
32         use CONTROLLER_<nodeid> if set, or CONTROLLER as a default otherwise
33 make controllers
34         configure the various switches so they use the configured controllers
35
36 ====================
37 make update (devel)
38         push a new version of sliver-ovs into the slivers
39         use SLIVER_OVS that should point to the local new version