[ovs-git] Open vSwitch: tunnel: Support all combinations of flow-based and specific tunnel matches. (master)

dev at openvswitch.org dev at openvswitch.org
Tue Feb 11 23:19:02 UTC 2014


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  c3fd6901f5d4436b92c675cdee6198786cd5a0ec (commit)
      from  f1c8a79c626f383926b70eb1885c40f8a427ba23 (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 c3fd6901f5d4436b92c675cdee6198786cd5a0ec
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=c3fd6901f5d4436b92c675cdee6198786cd5a0ec
Author: Ben Pfaff <blp at nicira.com>
		
tunnel: Support all combinations of flow-based and specific tunnel matches.
		
There are 12 possible ways to specify a tunnel (2 * 2 * 3 == 12):

    - Specific in_key or flow-based (2 choices).

    - Specific ip_dst or flow-based (2 choices).

    - Specific ip_src, wildcarded, or flow-based (3 choices).

Until now, only 6 of the 12 possibilities have been supported.  We
have had a couple of requests to add another.  This commit adds all the
possibilities, so that we won't have to add the other 6 one by one.

Signed-off-by: Ben Pfaff <blp at nicira.com>
Requested-by: Thomas Morin <thomas.morin at orange.com>
Acked-by: pritesh <pritesh.kothari at cisco.com>


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

Summary of changes:
 AUTHORS          |    2 +
 ofproto/tunnel.c |  178 +++++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 124 insertions(+), 56 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list