You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
600 B

  1. config ovs ovs
  2. option disabled 1
  3. option ca '/etc/openvswitch/example_ca.crt'
  4. option cert '/etc/openvswitch/example_cert.crt'
  5. option key '/etc/openvswitch/example_key.crt'
  6. config ovn_northd north
  7. option disabled 1
  8. config ovn_controller controller
  9. option disabled 1
  10. config ovs_bridge
  11. option disabled 1
  12. option name 'my-bridge'
  13. option controller 'tcp:192.168.0.1'
  14. option datapath_desc ''
  15. option datapath_id ''
  16. option fail_mode 'standalone'
  17. config ovs_port
  18. option disabled 1
  19. option bridge 'my-bridge'
  20. option port 'ovs-port1'
  21. option ofport '1'
  22. option tag '123'
  23. option type 'internal'