[ovs-git] Open vSwitch: Remove NXAST_DROP_SPOOFED_ARP action. (master)

dev at openvswitch.org dev at openvswitch.org
Thu Jun 9 23:19:59 UTC 2011


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  6c222e55fa4222c6724094e1e7a0a69addf6b030 (commit)
      from  eb3e79c09d3f9fa5507d866b62d93eb09e93d4f3 (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 6c222e55fa4222c6724094e1e7a0a69addf6b030
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=6c222e55fa4222c6724094e1e7a0a69addf6b030
Author: Justin Pettit <jpettit at nicira.com>
		
Remove NXAST_DROP_SPOOFED_ARP action.
		
The NXAST_DROP_SPOOFED_ARP action has been deprecated in favor of
defining flows using the NXM_NX_ARP_SHA flow match for a while.  This
commit removes it.

Signed-off-by: Justin Pettit <jpettit at nicira.com>
Acked-by: Jesse Gross <jesse at nicira.com>


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

Summary of changes:
 datapath/actions.c                      |   35 +------------------------------
 datapath/datapath.c                     |    2 -
 include/openflow/nicira-ext.h           |   20 +----------------
 include/openvswitch/datapath-protocol.h |    1 -
 lib/dpif-netdev.c                       |   34 ------------------------------
 lib/odp-util.c                          |    4 ---
 lib/ofp-parse.c                         |    5 ----
 lib/ofp-print.c                         |    8 +-----
 lib/ofp-util.c                          |    2 +-
 ofproto/ofproto-dpif.c                  |   13 +----------
 tests/ovs-ofctl.at                      |    6 -----
 utilities/ovs-ofctl.8.in                |   10 --------
 12 files changed, 6 insertions(+), 134 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list