diff options
| author | Ben Pfaff <blp@nicira.com> | 2014-08-15 10:32:50 -0700 |
|---|---|---|
| committer | Ben Pfaff <blp@nicira.com> | 2014-08-26 11:03:43 -0700 |
| commit | 0bc1b46a38cca06023fdfa5d500c738ccdfa94e7 (patch) | |
| tree | ac5f05d51995030d5142be5454cc618ff8249956 /debian/openvswitch-testcontroller.default | |
| parent | 588c9001031e7cffa8ac3616a3bb527e69f30679 (diff) | |
| download | openvswitch-0bc1b46a38cca06023fdfa5d500c738ccdfa94e7.tar.gz | |
test-controller: Rename to ovs-testcontroller, again install.
mininet uses the Open vSwitch controller by default, for testing.
CC: 757761@bugs.debian.org
Reported-at: https://bugs.debian.org/757761
Requested-by: Tomasz Buchert <tomasz.buchert@inria.fr>
Requested-by: Dariusz Dwornikowski <dariusz.dwornikowski@cs.put.poznan.pl>
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Justin Pettit <jpettit@nicira.com>
Diffstat (limited to 'debian/openvswitch-testcontroller.default')
| -rw-r--r-- | debian/openvswitch-testcontroller.default | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/debian/openvswitch-testcontroller.default b/debian/openvswitch-testcontroller.default new file mode 100644 index 000000000..48b53f124 --- /dev/null +++ b/debian/openvswitch-testcontroller.default @@ -0,0 +1,29 @@ +# This is a POSIX shell fragment -*- sh -*- + +# LISTEN: What OpenFlow connection methods should the controller listen on? +# +# This is a space-delimited list of connection methods: +# +# * "pssl:[PORT]": Listen for SSL connections on the specified PORT +# (default: 6633). The private key, certificate, and CA certificate +# must be specified below. +# +# * "ptcp:[PORT]": Listen for TCP connections on the specified PORT +# (default: 6633). Not recommended for security reasons. +# +LISTEN="pssl:" + +# PRIVKEY: Name of file containing controller's private key. +# Required if SSL enabled. +PRIVKEY=/etc/openvswitch-testcontroller/privkey.pem + +# CERT: Name of file containing certificate for private key. +# Required if SSL enabled. +CERT=/etc/openvswitch-testcontroller/cert.pem + +# CACERT: Name of file containing switch CA certificate. +# Required if SSL enabled. +CACERT=/etc/openvswitch-testcontroller/cacert.pem + +# Additional options to pass to ovs-testcontroller, e.g. "--hub" +DAEMON_OPTS="" |
