[ovs-dev] [PATCH 0/1] OpenFlow 1.0 support for IP matching in ARP
Justin Pettit
jpettit at nicira.com
Mon Nov 9 16:51:32 PST 2009
The OpenFlow 1.0 specification process requires that proposed changes be
implemented in an OpenFlow switch. Nicira has proposed that matching
the IP address and opcode from ARP packets be supported in 1.0. This is
an implementation of that feature in Open vSwitch.
This commit won't be added to the mainline Open vSwitch codebase until
the 1.0 specification has been finalized.
Justin Pettit (1):
openflow: Add support for matching IP addresses in ARP header
include/openflow/openflow.h | 3 ++-
lib/flow.c | 36 +++---------------------------------
lib/flow.h | 1 -
lib/ofp-print.c | 9 +++++++--
lib/vconn.c | 11 +++++++++++
ofproto/ofproto.c | 2 +-
6 files changed, 24 insertions(+), 38 deletions(-)
More information about the dev
mailing list