This makes it more convenient to access a 128-bit value stored in an mf_subvalue.
Signed-off-by: Ben Pfaff <b...@ovn.org> --- include/openvswitch/meta-flow.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/openvswitch/meta-flow.h b/include/openvswitch/meta-flow.h index aaf7da1..76d915c 100644 --- a/include/openvswitch/meta-flow.h +++ b/include/openvswitch/meta-flow.h @@ -1988,6 +1988,7 @@ union mf_subvalue { ovs_be16 be16[64]; ovs_be32 be32[32]; ovs_be64 be64[16]; + ovs_be128 be128[8]; /* Convenient access to just least-significant bits in various forms. */ struct { -- 2.1.3 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev