l2tp: fix PPP pseudo-wire auto-loading
[ Upstream commit249ee819e2] PPP pseudo-wire type is 7 (11 is L2TP_PWTYPE_IP). Fixes:f1f39f9110("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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
b790260769
commit
425cc775d1
+1
-1
@@ -1848,4 +1848,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);
|
||||
|
||||
Reference in New Issue
Block a user