ovsdb-server_conf2 544 B

1234567891011121314151617
  1. # Socket for bringing the server up
  2. DB_SOCKET="/var/run/openvswitch/db.sock"
  3. # Remote sockets are defined in the database by default
  4. REMOTE_DB="db:Open_vSwitch,Open_vSwitch,manager_options"
  5. # All certificates and keys are stored in the database (if any)
  6. PRIVATE_KEY="db:Open_vSwitch,SSL,private_key"
  7. CERTIFICATE="db:Open_vSwitch,SSL,certificate"
  8. BOOTSTRAP_CA_CERT="db:Open_vSwitch,SSL,ca_cert"
  9. # Alternative path for the database (default is /etc/openvswitch/conf.db)
  10. # DATABASE="/etc/openvswitch/conf.db"
  11. # Additional options
  12. # OPTIONS=""