X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=FAQ;h=e7249cf00eba44c15ca7dc17ba18068b449b313f;hb=29089a540cfa30a834e3ee19a8b4c52ff2e331b2;hp=22c90dbf4e5bd886adafe9dd167aa6e361976134;hpb=7839bb4183532d642c8feadb49d308ea7af2e595;p=sliver-openvswitch.git diff --git a/FAQ b/FAQ index 22c90dbf4..e7249cf00 100644 --- a/FAQ +++ b/FAQ @@ -9,12 +9,13 @@ General Q: What is Open vSwitch? A: Open vSwitch is a production quality open source software switch - designed to be used as a vswitch in virtualized server environments. A - vswitch forwards traffic between different VMs on the same physical host - and also forwards traffic between VMs and the physical network. Open - vSwitch supports standard management interfaces (e.g. sFlow, NetFlow, - RSPAN, CLI), and is open to programmatic extension and control using - OpenFlow and the OVSDB management protocol. + designed to be used as a vswitch in virtualized server + environments. A vswitch forwards traffic between different VMs on + the same physical host and also forwards traffic between VMs and + the physical network. Open vSwitch supports standard management + interfaces (e.g. sFlow, NetFlow, IPFIX, RSPAN, CLI), and is open to + programmatic extension and control using OpenFlow and the OVSDB + management protocol. Open vSwitch as designed to be compatible with modern switching chipsets. This means that it can be ported to existing high-fanout @@ -113,7 +114,6 @@ A: You can start by joining the mailing lists and helping to answer http://openvswitch.org/mlists/ - Releases -------- @@ -154,6 +154,11 @@ A: The following table lists the Linux kernel versions against which the It should build against almost any kernel, certainly against 2.6.18 and later. +Q: What Linux kernel versions does IPFIX flow monitoring work with? + +A: IPFIX flow monitoring requires the Linux kernel module from Open + vSwitch version 1.10.90 or later. + Q: Should userspace or kernel be upgraded first to minimize downtime? In general, the Open vSwitch userspace should be used with the @@ -167,7 +172,7 @@ Q: What features are not available in the Open vSwitch kernel datapath A: The kernel module in upstream Linux 3.3 and later does not include tunnel virtual ports, that is, interfaces with type "gre", - "ipsec_gre", "gre64", "ipsec_gre64", or "vxlan". It is + "ipsec_gre", "gre64", "ipsec_gre64", "vxlan", or "lisp". It is possible to create tunnels in Linux and attach them to Open vSwitch as system devices. However, they cannot be dynamically created through the OVSDB protocol or set the tunnel ids as a flow action. @@ -846,7 +851,7 @@ A: Open vSwitch 1.9 and earlier support only OpenFlow 1.0 (plus for OpenFlow 1.2 and 1.3. On these versions of Open vSwitch, the following command enables OpenFlow 1.0, 1.2, and 1.3 on bridge br0: - ovs-vsctl set bridge br0 protocols=openflow10,openflow12,openflow13 + ovs-vsctl set bridge br0 protocols=OpenFlow10,OpenFlow12,OpenFlow13 Support for OpenFlow 1.1 is incomplete enough that it cannot yet be enabled, even experimentally.