The first patch prepares the fix, it constify rt6_nexthop(). The detail of the bug is explained in the second patch.
v1 -> v2: - fix compilation warnings - split the initial patch drivers/net/vrf.c | 2 +- include/net/ip6_route.h | 4 ++-- net/bluetooth/6lowpan.c | 4 ++-- net/ipv6/ip6_output.c | 2 +- net/ipv6/route.c | 3 ++- net/netfilter/nf_flow_table_ip.c | 2 +- 6 files changed, 9 insertions(+), 8 deletions(-) Comments are welcomed, Regards, Nicolas