summaryrefslogtreecommitdiff
blob: eb4b6c2f2831a4033d24d52251da82855b50b456 (plain)
1
2
3
4
5
6
7
# Connection string for the configuration database (usually a unix socket)
DATABASE="unix:/var/run/openvswitch/db.sock"

# Additional options
OPTIONS="--mlockall"

OVS_USER_ID="root:root"