commit | 57ebc8f08504f176eb0f25b3e0fde517dec61a4f | [log] [tgz] |
---|---|---|
author | Vadim Fedorenko <vfedorenko@novek.ru> | Wed May 20 11:50:48 2020 +0300 |
committer | David S. Miller <davem@davemloft.net> | Thu May 21 17:24:25 2020 -0700 |
tree | 0796bf1df2f289283a573456be9195f93af070ea | |
parent | a5534617007a1c33095db35c36b6455ee7add00b [diff] |
net: ipip: fix wrong address family in init error path In case of error with MPLS support the code is misusing AF_INET instead of AF_MPLS. Fixes: 1b69e7e6c4da ("ipip: support MPLS over IPv4") Signed-off-by: Vadim Fedorenko <vfedorenko@novek.ru> Signed-off-by: David S. Miller <davem@davemloft.net>