Add software switch support for modifying ARP headers in OpenFlow.
authorBen Pfaff <blp@nicira.com>
Thu, 10 Oct 2013 00:37:30 +0000 (17:37 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 10 Oct 2013 00:37:30 +0000 (17:37 -0700)
commitf6c8a6b163af343c66aea54953553d84863835f7
treecc0811df0eeadee9c2d6bf5407005b1b199b03d0
parent7fd91025664b6ecbdca51427a2905a4f35ee3a16
Add software switch support for modifying ARP headers in OpenFlow.

This support is added through the userspace slow path, because we don't
judge that this is important enough to require permanent support in the
Linux kernel ABI.

Bug #19259.
CC: Teemu Koponen <koponen@nicira.com>
CC: Pankaj Thakkar <thakkar@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/meta-flow.c
lib/odp-execute.c
lib/odp-util.c
tests/ofproto-dpif.at