X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=debian%2Fchangelog;h=a0359bba395941c491f2aa896ca7319636e030e3;hb=72e8bf28bb38e8816435c64859fb350215b6a9e6;hp=237cf71517fddd1104d28233109698d4cdcba6f2;hpb=f07ee64c5b57226251595ab20e34d2afdcba2176;p=sliver-openvswitch.git diff --git a/debian/changelog b/debian/changelog index 237cf7151..a0359bba3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,9 @@ openvswitch (1.9.0-1) unstable; urgency=low - The tunneling code no longer assumes input and output keys are symmetric. If they are not, PMTUD needs to be disabled for tunneling to work. Note this only applies to flow-based keys. + - Datapath: + - Support for ipv6 set action. + - SKB mark matching and setting. - FreeBSD is now a supported platform, thanks to code contributions from Gaetano Catalli, Ed Maste, and Giuseppe Lettieri. - ovs-bugtool: New --ovs option to report only OVS related information. @@ -41,6 +44,7 @@ openvswitch (1.9.0-1) unstable; urgency=low - ovsdb-server now enforces the immutability of immutable columns. This was not enforced in earlier versions due to an oversight. - New support for a nonstandard form of GRE that supports a 64-bit key. + - Tunnel header caching removed. - The following features are now deprecated. They will be removed no earlier than February 2013. Please email dev@openvswitch.org with concerns. @@ -49,6 +53,7 @@ openvswitch (1.9.0-1) unstable; urgency=low - Interface type "null". - Numeric values for reserved ports (see "ovs-ofctl" note above). - Tunnel Path MTU Discovery. + - CAPWAP tunnel support. - The data in the RARP packets can now be matched in the same way as the data in ARP packets.