diff options
Diffstat (limited to 'testing/openvswitch/ovs-controller.confd')
-rw-r--r-- | testing/openvswitch/ovs-controller.confd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/openvswitch/ovs-controller.confd b/testing/openvswitch/ovs-controller.confd new file mode 100644 index 0000000000..86e6c1d669 --- /dev/null +++ b/testing/openvswitch/ovs-controller.confd @@ -0,0 +1,6 @@ +# Space separated list of methods to listen for OpenFlow connections from switches +# The default is "ptcp:" which starts ovs-controller listening on port 6633 on all interfaces. +METHODS="ptcp:" + +# Additional options +# OPTIONS="" |