commit | 5483844c3fc18474de29f5d6733003526e0a9f78 | [log] [tgz] |
---|---|---|
author | Jeremy Sowden <jeremy@azazel.net> | Tue Mar 19 15:39:20 2019 +0000 |
committer | Steffen Klassert <steffen.klassert@secunet.com> | Thu Mar 21 12:54:01 2019 +0100 |
tree | ce17a4582c4d76a3a4d90c19cf85110ebc65bc93 | |
parent | bfc01ddff2b0c33de21af436324a669e95ac7e78 [diff] |
vti4: ipip tunnel deregistration fixes. 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: dd9ee3444014e ("vti4: Fix a ipip packet processing bug in 'IPCOMP' virtual tunnel") Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>