[ovs-dev] [#8024 4/7] Support matching IPv6 flow label.

Justin Pettit jpettit at nicira.com
Mon Nov 7 20:27:53 UTC 2011


On Nov 7, 2011, at 11:27 AM, Ben Pfaff wrote:

> On Mon, Nov 07, 2011 at 10:33:07AM -0800, Justin Pettit wrote:
>> Signed-off-by: Justin Pettit <jpettit at nicira.com>
> 
> "sparse" says:
> 
> ../lib/nx-match.c:1216:26: warning: incorrect type in assignment (different base types)
> ../lib/nx-match.c:1216:26:    expected restricted __be32 [usertype] ipv6_label
> ../lib/nx-match.c:1216:26:    got restricted __be16
> 
> about this:
> 
>    case NFI_NXM_NX_IPV6_LABEL:
>        flow->ipv6_label = htons(new_value);
>        break;
> 
> I haven't otherwise reviewed this yet.


Whoops.  Thank you.  Fixed.

--Justin





More information about the dev mailing list