X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=planetlab%2Fexp-tool%2Fconf.mk.example;h=e2fdaf832825bff067ee802a5c8c70727603f560;hb=HEAD;hp=f4d9a86f210e66eb87f01a2ac2223658c13173dd;hpb=a03fa095f61bf789af770dff2616ab382327b470;p=sliver-openvswitch.git diff --git a/planetlab/exp-tool/conf.mk.example b/planetlab/exp-tool/conf.mk.example index f4d9a86f2..e2fdaf832 100644 --- a/planetlab/exp-tool/conf.mk.example +++ b/planetlab/exp-tool/conf.mk.example @@ -1,6 +1,13 @@ # the slice that you're using SLICE=inri_sl1 +# optionally, the OF controller that you'd like to use +# CONTROLLER = tcp:138.96.116.63:6633 +# you need to run 'make controllers' for this to take effect +# you can also specify a controller per node, e.g. +# CONTROLLER_SENDER = +# NOTE that hostnames do not seem to be supported as of this writing + # optionnally, the related ssh (private) key to use SSH_KEY=key_user.rsa @@ -31,5 +38,3 @@ LINKS += MUX-END1 LINKS += MUX-END2 #################### - -