diff options
Diffstat (limited to 'testing/openvswitch/ovs-vswitchd.confd')
-rw-r--r-- | testing/openvswitch/ovs-vswitchd.confd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/openvswitch/ovs-vswitchd.confd b/testing/openvswitch/ovs-vswitchd.confd new file mode 100644 index 000000000..3c3d15865 --- /dev/null +++ b/testing/openvswitch/ovs-vswitchd.confd @@ -0,0 +1,6 @@ +# Connection string for the configuration database (usually a unix socket) +DATABASE="unix:/var/run/openvswitch/db.sock" + +# Additional options +OPTIONS="--mlockall" + |