X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=FAQ;h=7488112c5cbd5933f10e35f0272145ccf2128707;hb=0cc70daec76f59571d56a96bd86a960e18d13e9f;hp=22c90dbf4e5bd886adafe9dd167aa6e361976134;hpb=7839bb4183532d642c8feadb49d308ea7af2e595;p=sliver-openvswitch.git diff --git a/FAQ b/FAQ index 22c90dbf4..7488112c5 100644 --- a/FAQ +++ b/FAQ @@ -113,7 +113,6 @@ A: You can start by joining the mailing lists and helping to answer http://openvswitch.org/mlists/ - Releases -------- @@ -167,7 +166,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 +845,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.