Re: [PATCH net-next] net: Removed the device type check to add mpls support for devices

2020-07-27 Thread David Miller
From: Martin Varghese Date: Mon, 27 Jul 2020 13:09:19 +0530 > From: Martin Varghese > > MPLS has no dependency with the device type of underlying devices. > Hence the device type check to add mpls support for devices can be > avoided. > > Signed-off-by: Martin Varghese Applied, thanks for fo

[PATCH net-next] net: Removed the device type check to add mpls support for devices

2020-07-27 Thread Martin Varghese
From: Martin Varghese MPLS has no dependency with the device type of underlying devices. Hence the device type check to add mpls support for devices can be avoided. Signed-off-by: Martin Varghese --- net/mpls/af_mpls.c | 17 +++-- 1 file changed, 3 insertions(+), 14 deletions(-) d