[ovs-dev] [#8024 4/7] Support matching IPv6 flow label.
Ben Pfaff
blp at nicira.com
Mon Nov 7 11:27:38 PST 2011
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.
More information about the dev
mailing list