The announcement of the 2.0.1 release by Justin last Saturday said that the
release is "from our LTS (long-term support) series". However, the
openvswitch.org website says that 1.9.3 is the most recent LTS release and
2.0.1 is the latest "current" release.
Which one is correct?
Thanks!
Rob
___
Note that XenServer 5.6 does not have the openvswitch enabled by default; it
uses linux bridging. That might explain what you are seeing.
To enable the openvswitch in XenServer, you can do something like this:
$ echo openvswitch > /etc/xensource/network.conf && chkconfig openvswitch on &&
reboot