compat: Always use own __ipv6_select_ident().
authorJoe Stringer <joe@ovn.org>
Tue, 15 Dec 2015 19:24:33 +0000 (11:24 -0800)
committerJoe Stringer <joe@ovn.org>
Sat, 19 Dec 2015 01:27:11 +0000 (17:27 -0800)
commitf2e11497cd458a94bdfe2f472fe15b5c128566f7
tree315dc0bf570ea7de5d257f047d2345cd0587ec6f
parenta32b4433573ebea26cf3be75446addd029155382
compat: Always use own __ipv6_select_ident().

If the ip fragmentation backport is enabled, we should always use our
own {,__}ipv6_select_ident(). This fixes the following issue on some
v3.19 kernels:

datapath/linux/ip6_output.c:93:12: error: conflicting types for
‘__ipv6_select_ident’
 static u32 __ipv6_select_ident(struct net *net, u32 hashrnd,

Reported-by: Simon Horman <simon.horman@netronome.com>
Signed-off-by: Joe Stringer <joe@ovn.org>
Acked-by: Pravin B Shelar <pshelar@nicira.com>
Tested-by: Simon Horman <simon.horman@netronome.com>
datapath/linux/compat/ip6_output.c