ofproto: Add support for matching IP addresses in ARP header (OpenFlow 1.0)
authorJustin Pettit <jpettit@nicira.com>
Tue, 10 Nov 2009 00:43:47 +0000 (16:43 -0800)
committerJustin Pettit <jpettit@nicira.com>
Sat, 23 Jan 2010 02:08:05 +0000 (18:08 -0800)
commit3579456f54092d7902cdd49054e7b028bd37cc23
tree4fbd2f331dfaf369a4ea335ae4c34a4bce9bd360
parent16f5f39c5db116b8ce90cbb8250cd9716dd04ce7
ofproto: Add support for matching IP addresses in ARP header (OpenFlow 1.0)

The OpenFlow 1.0 specification supports matching the IP address and
opcode in ARP messages.  The datapath already supports this, so this
commit merely exposes that through the OpenFlow module.

NOTE: OVS at this point is not wire-compatible with OpenFlow 1.0
until the final commit in this OpenFlow 1.0 set.
include/openflow/openflow.h
lib/flow.c
lib/flow.h
lib/ofp-print.c
lib/vconn.c
ofproto/ofproto.c