Re: [PATCH net] l2tp: fix PPP pseudo-wire auto-loading

2017-04-04 Thread David Miller
From: Guillaume Nault Date: Mon, 3 Apr 2017 13:23:15 +0200 > PPP pseudo-wire type is 7 (11 is L2TP_PWTYPE_IP). > > Fixes: f1f39f911027 ("l2tp: auto load type modules") > Signed-off-by: Guillaume Nault Applied and queued up for -stable.

[PATCH net] l2tp: fix PPP pseudo-wire auto-loading

2017-04-03 Thread Guillaume Nault
PPP pseudo-wire type is 7 (11 is L2TP_PWTYPE_IP). Fixes: f1f39f911027 ("l2tp: auto load type modules") Signed-off-by: Guillaume Nault --- net/l2tp/l2tp_ppp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/l2tp/l2tp_ppp.c b/net/l2tp/l2tp_ppp.c index