From: Ben Pfaff Date: Sat, 2 Nov 2013 18:36:50 +0000 (-0700) Subject: nicira-ext: Update comment. X-Git-Tag: sliver-openvswitch-2.0.90-1~6^2~18 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=03848f80ab39dcb73778dd7c5a4a594a8922074c;p=sliver-openvswitch.git nicira-ext: Update comment. The ARP headers have been acceptable as NXAST_REG_MOVE destinations since commit f6c8a6b163 (Add software switch support for modifying ARP headers in OpenFlow.) Reported-by: Anupam Chanda Signed-off-by: Ben Pfaff Acked-by: Joe Stringer --- diff --git a/include/openflow/nicira-ext.h b/include/openflow/nicira-ext.h index 39fa4bd0c..22939f452 100644 --- a/include/openflow/nicira-ext.h +++ b/include/openflow/nicira-ext.h @@ -494,6 +494,11 @@ OFP_ASSERT(sizeof(struct nx_action_pop_queue) == 16); * - NXM_OF_TCP_DST * - NXM_OF_UDP_SRC * - NXM_OF_UDP_DST + * - NXM_NX_ARP_SHA + * - NXM_NX_ARP_THA + * - NXM_OF_ARP_OP + * - NXM_OF_ARP_SPA + * - NXM_OF_ARP_TPA * Modifying any of the above fields changes the corresponding packet * header. *