Re: [PATCH net v2 1/2] vti4: ipip tunnel deregistration fixes.

2019-03-19 Thread Steffen Klassert
On Sat, Mar 16, 2019 at 08:43:28AM +, Jeremy Sowden wrote: > If tunnel registration failed during module initialization, the module > would fail to deregister the IPPROTO_COMP protocol and would attempt to > deregister the tunnel. > > The tunnel was not deregistered during module-exit. > > Fi

[PATCH net v2 1/2] vti4: ipip tunnel deregistration fixes.

2019-03-16 Thread Jeremy Sowden
If tunnel registration failed during module initialization, the module would fail to deregister the IPPROTO_COMP protocol and would attempt to deregister the tunnel. The tunnel was not deregistered during module-exit. Fixes: d9ee3444014e ("vti4: Fix a ipip packet processing bug in 'IPCOMP' virtu