he signature of ip_select_ident changed from -69 to -70.
It went from (struct sk_buff *skb, struct dst_entry *dst, struct sock *sk) to (struct sk_buff *skb, struct sock *sk, int segs).
Unfortunately I don't know enough about openvswitch internals to change the call, but the calls are made in datapath/tunnel.c starting line 1303.
he signature of ip_select_ident changed from -69 to -70.
It went from (struct sk_buff *skb, struct dst_entry *dst, struct sock *sk) to (struct sk_buff *skb, struct sock *sk, int segs).
Unfortunately I don't know enough about openvswitch internals to change the call, but the calls are made in datapath/tunnel.c starting line 1303.