Re: [PATCH] ipv6: Fix protocol resubmission

2015-05-29 Thread Josh Hunt
On 05/29/2015 02:56 PM, Josh Hunt wrote: I came across this problem while trying to use UDP encapsulation with IPv6. The change below fixes that, but it was not immediately apparent if there are any other protocols relying on this broken behavior. FWIW the behavior below now matches IPv4. Josh -

[PATCH] ipv6: Fix protocol resubmission

2015-05-29 Thread Josh Hunt
I came across this problem while trying to use UDP encapsulation with IPv6. The change below fixes that, but it was not immediately apparent if there are any other protocols relying on this broken behavior. FWIW the behavior below now matches IPv4. Josh --- UDP encapsulation is broken on IPv6 bec