On Thu, Mar 24, 2016 at 12:25 PM, Cong Wang <[email protected]> wrote: > + dst = ip6_dst_lookup_flow(sk, &fl6, final_p); > + dst = !IS_ERR(rt) ? &rt->dst : NULL;
Oops, this one is clearly a copy-n-paste mistake...
On Thu, Mar 24, 2016 at 12:25 PM, Cong Wang <[email protected]> wrote: > + dst = ip6_dst_lookup_flow(sk, &fl6, final_p); > + dst = !IS_ERR(rt) ? &rt->dst : NULL;
Oops, this one is clearly a copy-n-paste mistake...