oops, I missed it. I'll drop this then
On Tue, Sep 2, 2014 at 6:44 PM, Jesse Gross wrote:
> On Tue, Sep 2, 2014 at 6:36 PM, Ethan Jackson wrote:
>> warning: incorrect type in argument 1 (different base types)
>> expected restricted ovs_be16 [usertype] old_csum
>> got unsigned short [uns
On Tue, Sep 2, 2014 at 6:36 PM, Ethan Jackson wrote:
> warning: incorrect type in argument 1 (different base types)
> expected restricted ovs_be16 [usertype] old_csum
> got unsigned short [unsigned] [usertype] icmp6_cksum
>
> Signed-off-by: Ethan Jackson
I actually just sent out a patch
warning: incorrect type in argument 1 (different base types)
expected restricted ovs_be16 [usertype] old_csum
got unsigned short [unsigned] [usertype] icmp6_cksum
Signed-off-by: Ethan Jackson
---
lib/packets.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lib/packets.c b/lib/pack