On Tue, Jul 19, 2016 at 1:24 AM, Numan Siddique wrote:
> On Mon, Jul 18, 2016 at 11:40 PM, Ben Pfaff wrote:
>
> > On Fri, Jul 15, 2016 at 08:33:59PM +0530, Numan Siddique wrote:
> > > To support 128-bits in ct_label, the value of the ct_label is expected
> > > as a hex string in the 'ct_commit'
On Mon, Jul 18, 2016 at 11:40 PM, Ben Pfaff wrote:
> On Fri, Jul 15, 2016 at 08:33:59PM +0530, Numan Siddique wrote:
> > 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 t
On Fri, Jul 15, 2016 at 08:33:59PM +0530, Numan Siddique wrote:
> 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 Siddiqu