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:
parent
f710dbd92b
commit
593e185eaa
1 changed files with 1 additions and 1 deletions
|
|
@ -1868,4 +1868,4 @@ MODULE_DESCRIPTION("PPP over L2TP over UDP");
|
|||
MODULE_LICENSE("GPL");
|
||||
MODULE_VERSION(PPPOL2TP_DRV_VERSION);
|
||||
MODULE_ALIAS("pppox-proto-" __stringify(PX_PROTO_OL2TP));
|
||||
MODULE_ALIAS_L2TP_PWTYPE(11);
|
||||
MODULE_ALIAS_L2TP_PWTYPE(7);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue