Implement set-field for IPv6 ND fields (nd_target, nd_sll, and nd_tll).
authorSharo, Randall A CIV SPAWARSYSCEN-ATLANTIC, 55200 <randall.sharo@navy.mil>
Tue, 23 Dec 2014 23:42:05 +0000 (23:42 +0000)
committerBen Pfaff <blp@nicira.com>
Wed, 14 Jan 2015 00:22:44 +0000 (16:22 -0800)
commite60e935b1f37058e8a3e1a57d6a8fdd566df304c
tree74babda432851a4bf3481ad031ea07229850d13d
parented5c51108ce7f809da953a74fd07d5c30b271972
Implement set-field for IPv6 ND fields (nd_target, nd_sll, and nd_tll).

This patch adds set-field operations for nd_target, nd_sll, and nd_tll
fields, with and without masks, using Nicira extensions and OpenFlow 1.2
protocol.

Signed-off-by: Randall A Sharo <randall.sharo at navy.mil>
Signed-off-by: Ben Pfaff <blp@nicira.com>
14 files changed:
AUTHORS
NEWS
lib/csum.c
lib/csum.h
lib/meta-flow.h
lib/odp-execute.c
lib/odp-util.c
lib/ofp-print.c
lib/ofpbuf.h
lib/packets.c
lib/packets.h
tests/ofp-print.at
tests/ofproto-dpif.at
tests/ofproto.at