diff options
author | William Pitcock <nenolod@dereferenced.org> | 2012-09-26 02:24:03 -0500 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2012-09-26 02:24:03 -0500 |
commit | cdb36ab188ea14ae593f3a2f650540c11a201071 (patch) | |
tree | b30620c190598f1b45207180b33edb139b1f2072 /testing/openvswitch/ovs-vswitchd.confd | |
parent | 5bcbfc3c6506772da405c833a726894ce0848705 (diff) | |
download | aports-cdb36ab188ea14ae593f3a2f650540c11a201071.tar.bz2 aports-cdb36ab188ea14ae593f3a2f650540c11a201071.tar.xz |
testing/openvswitch: new aport
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 0000000000..3c3d15865b --- /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" + |