Paste #491038

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
/opt/stack/ovs/datapath/linux/actions.c: In function 'ovs_fragment':
/opt/stack/ovs/datapath/linux/actions.c:726:3: warning: passing argument 1 of 'v6ops->fragment' from incompatible pointer type [enabled by default]
   v6ops->fragment(skb->sk, skb, ovs_vport_output);
   ^
/opt/stack/ovs/datapath/linux/actions.c:726:3: note: expected 'struct sk_buff *' but argument is of type 'struct sock *'
/opt/stack/ovs/datapath/linux/actions.c:726:3: warning: passing argument 2 of 'v6ops->fragment' from incompatible pointer type [enabled by default]
/opt/stack/ovs/datapath/linux/actions.c:726:3: note: expected 'int (*)(struct sk_buff *)' but argument is of type 'struct sk_buff *'
/opt/stack/ovs/datapath/linux/actions.c:726:3: error: too many arguments to function 'v6ops->fragment'
make[5]: *** [/opt/stack/ovs/datapath/linux/actions.o] Error 1
make[5]: *** Waiting for unfinished jobs....
  CC [M]  /opt/stack/ovs/datapath/linux/stt.o
make[4]: *** [_module_/opt/stack/ovs/datapath/linux] Error 2
make[4]: Leaving directory `/usr/src/linux-headers-3.13.0-83-generic'
make[3]: *** [default] Error 2
make[3]: Leaving directory `/opt/stack/ovs/datapath/linux'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/opt/stack/ovs/datapath'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/stack/ovs'
make: *** [all] Error 2
Error on exit