Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Open vSwitch

Packages in distro

CentOS KVM installation

This installation procedure was tested with CentOS 6.4 and openvswitch version 1.9. Openvswitch required some custom patches to work with the kernel version supplied with CentOS 6.4, these patches are at the bottom of this page.

...

Code Block
		listen_tls = 0
		listen_tcp = 1
		tcp_port = "16059"
		auth_tcp = "none"
		mdns_adv = 0

...