Remove NXAST_DROP_SPOOFED_ARP action.
authorJustin Pettit <jpettit@nicira.com>
Thu, 9 Jun 2011 22:43:18 +0000 (15:43 -0700)
committerJustin Pettit <jpettit@nicira.com>
Thu, 9 Jun 2011 23:19:38 +0000 (16:19 -0700)
commit6c222e55fa4222c6724094e1e7a0a69addf6b030
tree6eba31e8d48db9b933cabb700c102883414e227e
parenteb3e79c09d3f9fa5507d866b62d93eb09e93d4f3
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@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
12 files changed:
datapath/actions.c
datapath/datapath.c
include/openflow/nicira-ext.h
include/openvswitch/datapath-protocol.h
lib/dpif-netdev.c
lib/odp-util.c
lib/ofp-parse.c
lib/ofp-print.c
lib/ofp-util.c
ofproto/ofproto-dpif.c
tests/ovs-ofctl.at
utilities/ovs-ofctl.8.in