Comment 4 for bug 1379201

Revision history for this message
Nicola Heald (notnownikki) wrote : Re: openvswitch-datapath-dkms 1.4.6-0ubuntu1.12.04.3: openvswitch kernel module failed to build

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.