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)
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.


No differences found