[ovs-git] Open vSwitch: datapath: add ipv6 'set' action (master)

dev at openvswitch.org dev at openvswitch.org
Tue Nov 13 12:14:15 UTC 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  bc7a5acdff087b7e7a162da42ae608a83f3cf902 (commit)
       via  3d974905842e211a62d198b0b8ae752f173d0efc (commit)
      from  1d9ffc175a68bf05c57797fa3715476f9e426b55 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bc7a5acdff087b7e7a162da42ae608a83f3cf902
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=bc7a5acdff087b7e7a162da42ae608a83f3cf902
Author: Ansis Atteka <aatteka at nicira.com>
		
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 at nicira.com>
Signed-off-by: Ansis Atteka <aatteka at nicira.com>


commit 3d974905842e211a62d198b0b8ae752f173d0efc
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=3d974905842e211a62d198b0b8ae752f173d0efc
Author: Ansis Atteka <aatteka at nicira.com>
		
sparse: Add ip6_rthdr struct to the ip6.h
		
Acked-by: Ben Pfaff <blp at nicira.com>
Signed-off-by: Ansis Atteka <aatteka at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 NEWS                         |    1 +
 datapath/actions.c           |   94 +++++++++++++++++++++++++
 datapath/checksum.h          |   24 +++++++
 datapath/datapath.c          |   20 ++++++
 debian/changelog             |    1 +
 include/sparse/netinet/ip6.h |    7 ++
 lib/csum.c                   |   15 ++++
 lib/csum.h                   |    2 +
 lib/dpif-netdev.c            |    9 ++-
 lib/packets.c                |  155 ++++++++++++++++++++++++++++++++++++++++++
 lib/packets.h                |    3 +
 11 files changed, 330 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list