On Mon, May 16, 2016 at 11:19 AM, Shmulik Ladkani <shmulik.ladk...@gmail.com> wrote: > Hi, > > On Sun, 15 May 2016 16:42:24 -0700 Tom Herbert <t...@herbertland.com> wrote: >> In ip6_input_finish the nexthdr protocol is retrieved from the >> next header offset that is returned in the cb of the skb. >> This method does not work for UDP encapsulation that may not >> even have a concept of a nexthdr field (e.g. FOU). >> >> This patch checks for a final protocol (INET6_PROTO_FINAL) when a >> protocol handler returns > 1. If the protocol is not final then > > If you respin due to other reasons: s/> 1/> 0/ > Will do. Thanks!
Tom >> resubmission is performed on nhoff value. If the protocol is final >> then the nexthdr is taken to be the return value. >> >> Signed-off-by: Tom Herbert <t...@herbertland.com> > > Reviewed-by: Shmulik Ladkani <shmulik.ladk...@gmail.com>