nx-match: Allow NXM_NX_TUN_ID and NXM_OF_VLAN_TCI on NXAST_REG_LOAD.
authorBen Pfaff <blp@nicira.com>
Wed, 19 Jan 2011 22:51:26 +0000 (14:51 -0800)
committerBen Pfaff <blp@nicira.com>
Wed, 19 Jan 2011 22:53:35 +0000 (14:53 -0800)
commit7b064a79a8efdcce678c82f21d480c7dc811adfb
tree9c939715abf01feb23b1d2d344dae657b3514b14
parent926947e61c5dfaebad7264859b50e82f0109ab81
nx-match: Allow NXM_NX_TUN_ID and NXM_OF_VLAN_TCI on NXAST_REG_LOAD.

NXM_NX_TUN_ID and NXM_OF_VLAN_TCI were already allowed on NXAST_REG_MOVE,
but not on NXAST_REG_LOAD.  This makes them valid on both.

Requested-by: Pankaj Thakkar <thakkar@nicira.com>
include/openflow/nicira-ext.h
lib/nx-match.c
lib/nx-match.def
ofproto/ofproto.c