Skip to content

Commit 593e185

Browse files
Guillaume Naultgregkh
authored andcommitted
l2tp: fix PPP pseudo-wire auto-loading
[ Upstream commit 249ee819e24c180909f43c1173c8ef6724d21faf ] PPP pseudo-wire type is 7 (11 is L2TP_PWTYPE_IP). Fixes: f1f39f9 ("l2tp: auto load type modules") Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent f710dbd commit 593e185

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

net/l2tp/l2tp_ppp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1868,4 +1868,4 @@ MODULE_DESCRIPTION("PPP over L2TP over UDP");
18681868
MODULE_LICENSE("GPL");
18691869
MODULE_VERSION(PPPOL2TP_DRV_VERSION);
18701870
MODULE_ALIAS("pppox-proto-" __stringify(PX_PROTO_OL2TP));
1871-
MODULE_ALIAS_L2TP_PWTYPE(11);
1871+
MODULE_ALIAS_L2TP_PWTYPE(7);

0 commit comments

Comments
 (0)