[ovs-git] Open vSwitch: Process RARP packets with ethertype 0x8035 similar to ARP packets. (master)

dev at openvswitch.org dev at openvswitch.org
Fri Nov 2 20:32:17 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  8087f5ff825cae3a699e5a60ca6dd0deb10fc8e5 (commit)
      from  c2f0373a8248d0c20d2f876d7f3bc61a400d9924 (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 8087f5ff825cae3a699e5a60ca6dd0deb10fc8e5
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=8087f5ff825cae3a699e5a60ca6dd0deb10fc8e5
Author: Mehak Mahajan <mmahajan at nicira.com>
		
Process RARP packets with ethertype 0x8035 similar to ARP packets.
		
With this commit, OVS will match the data in the RARP packets having
ethertype 0x8035, in the same way as the data in the ARP packets.

Signed-off-by: Mehak Mahajan <mmahajan at nicira.com>


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

Summary of changes:
 NEWS                          |    3 +-
 datapath/flow.c               |    9 +++--
 debian/changelog              |    3 +-
 include/openflow/nicira-ext.h |    6 ++--
 lib/flow.c                    |    6 ++-
 lib/match.c                   |   17 +++++++---
 lib/meta-flow.c               |    3 +-
 lib/nx-match.c                |    3 +-
 lib/odp-util.c                |    6 ++-
 lib/ofp-parse.c               |    3 +-
 lib/ofp-print.c               |    5 ++-
 lib/ofp-util.c                |    8 +++--
 tests/ofp-print.at            |    2 +-
 tests/ovs-ofctl.at            |   70 +++++++++++++++++++++++++++++++++++++++++
 utilities/ovs-ofctl.8.in      |   25 ++++++++++----
 15 files changed, 137 insertions(+), 32 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list