lib/ofp-actions: use mf_subvalue in struct ofpact_reg_load.
authorIsaku Yamahata <yamahata@valinux.co.jp>
Wed, 12 Sep 2012 08:44:28 +0000 (17:44 +0900)
committerBen Pfaff <blp@nicira.com>
Wed, 12 Sep 2012 16:59:38 +0000 (09:59 -0700)
commit9bab681f33e09882e8f652c8e96a2b998b3ef9b3
tree145ed99da974837a40c2bb6c21ac74c0942279a6
parentbeffe87554210fb43be20eb23251c87e5eb4b529
lib/ofp-actions: use mf_subvalue in struct ofpact_reg_load.

Use a uninion mf_subvalue instead of a uint64_t for
the value member of struct ofpact_reg_load.

set_field action needs to hold values wider than 64 bits.
This is preparation for set_field action.

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/learn.c
lib/meta-flow.c
lib/meta-flow.h
lib/nx-match.c
lib/ofp-actions.h