Re: [net] net: ipip: fix wrong address family in init error path

2020-05-21 Thread David Miller
From: Vadim Fedorenko Date: Wed, 20 May 2020 11:50:48 +0300 > 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 Applied and queued up for -stable, thanks.

[net] net: ipip: fix wrong address family in init error path

2020-05-20 Thread Vadim Fedorenko
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 --- net/ipv4/ipip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ipv4/ipip.c b/net/ipv4/ipip.c index