* [PATCH net] l2tp: fix PPP pseudo-wire auto-loading
@ 2017-04-03 11:23 Guillaume Nault
2017-04-04 17:28 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Guillaume Nault @ 2017-04-03 11:23 UTC (permalink / raw)
To: netdev; +Cc: James Chapman, Stephen Hemminger
PPP pseudo-wire type is 7 (11 is L2TP_PWTYPE_IP).
Fixes: f1f39f911027 ("l2tp: auto load type modules")
Signed-off-by: Guillaume Nault <g.nault@alphalink.fr>
---
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 26501902d1a7..9eab1a13aa71 100644
--- a/net/l2tp/l2tp_ppp.c
+++ b/net/l2tp/l2tp_ppp.c
@@ -1849,4 +1849,4 @@ MODULE_DESCRIPTION("PPP over L2TP over UDP");
MODULE_LICENSE("GPL");
MODULE_VERSION(PPPOL2TP_DRV_VERSION);
MODULE_ALIAS_NET_PF_PROTO(PF_PPPOX, PX_PROTO_OL2TP);
-MODULE_ALIAS_L2TP_PWTYPE(11);
+MODULE_ALIAS_L2TP_PWTYPE(7);
--
2.11.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH net] l2tp: fix PPP pseudo-wire auto-loading
2017-04-03 11:23 [PATCH net] l2tp: fix PPP pseudo-wire auto-loading Guillaume Nault
@ 2017-04-04 17:28 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2017-04-04 17:28 UTC (permalink / raw)
To: g.nault; +Cc: netdev, jchapman, stephen
From: Guillaume Nault <g.nault@alphalink.fr>
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 <g.nault@alphalink.fr>
Applied and queued up for -stable.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-04-04 17:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-03 11:23 [PATCH net] l2tp: fix PPP pseudo-wire auto-loading Guillaume Nault
2017-04-04 17:28 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).