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, 20 Feb 2010 10:22:28 +0000 (02:22 -0800)
commitfb892732bac6787c6fb943554f8000e26477dd85
tree7b90f5cfd51a2af9353aa1ceef612b94b97f303d
parent39997502e46f49f4f7eaa994d1883c76e0c23451
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