ovn: Add 128-bit support for ct_label
authorNuman Siddique <nusiddiq@redhat.com>
Fri, 15 Jul 2016 15:03:59 +0000 (20:33 +0530)
committerBen Pfaff <blp@ovn.org>
Mon, 18 Jul 2016 18:08:35 +0000 (11:08 -0700)
commit354b8f27251bda9b766e95f0cb48799008d6f4fb
tree2383c448df7b284c4dad76c7aa7bb0530b18e3d4
parente74d157aa6f9898f3884f1a3b69da1a248a5790e
ovn: Add 128-bit support for ct_label

To support 128-bits in ct_label, the value of the ct_label is expected
as a hex string in the 'ct_commit' action.

Added a new accessor in the 'mf_subvalue' struct to access ovs_be128
values.

Signed-off-by: Numan Siddique <nusiddiq@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
include/openvswitch/meta-flow.h
ovn/TODO
ovn/lib/actions.c
ovn/ovn-sb.xml
tests/ovn.at