gentoo-ebuilds/net-misc/openvswitch/files/ovsdb-server_conf2
Matthew Thode 0a3a711dce
net-misc/openvswitch: switch all runtime dirs to /run
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
2023-05-06 11:32:57 -05:00

19 lines
580 B
Text

# Socket for bringing the server up
DB_SOCKET="/run/openvswitch/db.sock"
# Remote sockets are defined in the database by default
REMOTE_DB="db:Open_vSwitch,Open_vSwitch,manager_options"
# All certificates and keys are stored in the database (if any)
PRIVATE_KEY="db:Open_vSwitch,SSL,private_key"
CERTIFICATE="db:Open_vSwitch,SSL,certificate"
BOOTSTRAP_CA_CERT="db:Open_vSwitch,SSL,ca_cert"
# Default user
OVS_USER_ID="root:root"
# Alternative path for the database (default is /etc/openvswitch/conf.db)
# DATABASE="/etc/openvswitch/conf.db"
# Additional options
# OPTIONS=""