2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-29 13:27:59 +00:00

NEWS: Note tunneling feature removals in the correct release.

Signed-off-by: Jesse Gross <jesse@nicira.com>
This commit is contained in:
Jesse Gross 2013-03-11 16:00:17 -07:00
parent a5d873f40a
commit ccd989e06b

3
NEWS
View File

@ -2,7 +2,6 @@ post-v1.10.0
--------------------- ---------------------
- Stable bond mode has been removed. - Stable bond mode has been removed.
- The autopath action has been removed. - The autopath action has been removed.
- CAPWAP tunneling support removed.
- New support for the data encapsulation format of the LISP tunnel - New support for the data encapsulation format of the LISP tunnel
protocol (RFC 6830). An external control plane or manual flow protocol (RFC 6830). An external control plane or manual flow
setup is required for EID-to-RLOC mapping. setup is required for EID-to-RLOC mapping.
@ -44,6 +43,8 @@ v1.10.0 - xx xxx xxxx
- Inheritance of the Don't Fragment bit in IP tunnels (df_inherit) - Inheritance of the Don't Fragment bit in IP tunnels (df_inherit)
is no longer supported. is no longer supported.
- Path MTU discovery is no longer supported. - Path MTU discovery is no longer supported.
- CAPWAP tunneling support removed.
- Tunnels with multicast destination ports are no longer supported.
- ovs-dpctl: - ovs-dpctl:
- The "dump-flows" and "del-flows" no longer require an argument - The "dump-flows" and "del-flows" no longer require an argument
if only one datapath exists. if only one datapath exists.