Re: [PATCH net v3 0/2] vti4: ipip tunnel fixes

2019-03-22 Thread Steffen Klassert
On Tue, Mar 19, 2019 at 03:39:19PM +, Jeremy Sowden wrote: > Some fixes for the initialization and clean-up of the ipip tunnel. > > Jeremy Sowden (2): > vti4: ipip tunnel deregistration fixes. > vti4: removed duplicate log message. Both patches applied, thanks!

[PATCH net v3 0/2] vti4: ipip tunnel fixes

2019-03-19 Thread Jeremy Sowden
Some fixes for the initialization and clean-up of the ipip tunnel. Jeremy Sowden (2): vti4: ipip tunnel deregistration fixes. vti4: removed duplicate log message. Since v2: * corrected the commit ID in the "Fixes:" tags. * cc'ed the author of the original patch. Since v1: * submitted bo