diff options
Diffstat (limited to 'kernel/net/l2tp/l2tp_ip.c')
-rw-r--r-- | kernel/net/l2tp/l2tp_ip.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/net/l2tp/l2tp_ip.c b/kernel/net/l2tp/l2tp_ip.c index 79649937e..ec22078b0 100644 --- a/kernel/net/l2tp/l2tp_ip.c +++ b/kernel/net/l2tp/l2tp_ip.c @@ -655,3 +655,4 @@ MODULE_VERSION("1.0"); * enums */ MODULE_ALIAS_NET_PF_PROTO_TYPE(PF_INET, 2, IPPROTO_L2TP); +MODULE_ALIAS_NET_PF_PROTO(PF_INET, IPPROTO_L2TP); |