aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAnsis Atteka <aatteka@nicira.com>2012-11-05 15:53:32 +0200
committerAnsis Atteka <aatteka@nicira.com>2012-11-13 13:51:59 +0200
commitbc7a5acdff087b7e7a162da42ae608a83f3cf902 (patch)
tree11ec19960540c9f3034f707def8ad5c647069226 /debian
parent3d974905842e211a62d198b0b8ae752f173d0efc (diff)
datapath: add ipv6 'set' action
This patch adds ipv6 set action functionality. It allows to change traffic class, flow label, hop-limit, ipv6 source and destination address fields. Acked-by: Jesse Gross <jesse@nicira.com> Signed-off-by: Ansis Atteka <aatteka@nicira.com>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index ac5f158a..b9518fb7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ 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.
- 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.