OVS is included in the Linux kernel 3.3 or higher. For earlier versions of Linux kernel, you can install OVS via standard package installation (e.g., Ubuntu 12.04), or can build OVS from the official source tree at openvswitch.org.
If you have OVS already installed on your machine, you can check openvswitch version as follows.
$ ovs-vswitchd --version
ovs-vswitchd (Open vSwitch) 1.8.90
Compiled Oct 23 2012 15:39:36
OpenFlow versions 0x1:0x1
The above output indicates that the OVS version is 1.8.90, and that it supports OpenFlow specification version 1.1.
No comments:
Post a Comment