[ovs-git] Open vSwitch: tunnel: set skb mark for IPsec tunnel packets (master)

dev at openvswitch.org dev at openvswitch.org
Wed Feb 20 19:38:38 UTC 2013


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  09a0d2e7c5d080343a304b79697829a53d69db3d (commit)
       via  4b5fbf854d876e2f06a5cefb6fa869931169d7d0 (commit)
       via  009e734c5825b7edadcd1cf84be6d454f42ddca6 (commit)
      from  09538fdc5765afad5c5419483e688d1de4fd5aea (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 09a0d2e7c5d080343a304b79697829a53d69db3d
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=09a0d2e7c5d080343a304b79697829a53d69db3d
Author: Ansis Atteka <aatteka at nicira.com>
		
tunnel: set skb mark for IPsec tunnel packets
		
The new ovs-monitor-ipsec implementation will use skb marks in
IPsec policies. This patch will configure datapath to use these
skb marks for IPsec tunnel packets.

Issue: 14870
Signed-off-by: Ansis Atteka <aatteka at nicira.com>
Acked-by: Jesse Gross <jesse at nicira.com>


commit 4b5fbf854d876e2f06a5cefb6fa869931169d7d0
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=4b5fbf854d876e2f06a5cefb6fa869931169d7d0
Author: Ansis Atteka <aatteka at nicira.com>
		
datapath: use skb_mark for route lookups
		
If IPsec policy uses skb mark, then we have to do route look up
with skb mark as well.

Issue: 14870
Signed-off-by: Ansis Atteka <aatteka at nicira.com>
Acked-by: Jesse Gross <jesse at nicira.com>


commit 009e734c5825b7edadcd1cf84be6d454f42ddca6
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=009e734c5825b7edadcd1cf84be6d454f42ddca6
Author: Ansis Atteka <aatteka at nicira.com>
		
ipsec: prepare IPsec for flow based tunneling
		
This patch removes unused TNL_F_IPSEC flag.

Issue: 14870
Signed-off-by: Ansis Atteka <aatteka at nicira.com>
Acked-by: Jesse Gross <jesse at nicira.com>


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

Summary of changes:
 datapath/tunnel.c            |   16 +++++++++++++---
 datapath/tunnel.h            |    2 +-
 include/openvswitch/tunnel.h |    2 +-
 lib/odp-util.c               |   11 +++++++++--
 lib/odp-util.h               |    2 ++
 ofproto/ofproto-dpif.c       |    1 +
 ofproto/tunnel.c             |    9 ++++++++-
 7 files changed, 35 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list