summaryrefslogtreecommitdiffstats
path: root/net/l2tp/l2tp_ip6.c
diff options
context:
space:
mode:
authorstephen hemminger2015-09-24 06:33:35 +0200
committerDavid S. Miller2015-09-25 21:27:22 +0200
commit163c2e252fa658ac26edda78d2a9e3939f7d10e5 (patch)
treeabe9cb2fcdd4b7286c43f3425676ea00ac4556d3 /net/l2tp/l2tp_ip6.c
parentl2tp: auto load type modules (diff)
downloadkernel-qcow2-linux-163c2e252fa658ac26edda78d2a9e3939f7d10e5.tar.gz
kernel-qcow2-linux-163c2e252fa658ac26edda78d2a9e3939f7d10e5.tar.xz
kernel-qcow2-linux-163c2e252fa658ac26edda78d2a9e3939f7d10e5.zip
l2tp: auto load IP modules
When creating a IP encapsulated tunnel the necessary l2tp module should be loaded. It already works for UDP encapsulation, it just doesn't work for direct IP encap. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/l2tp/l2tp_ip6.c')
-rw-r--r--net/l2tp/l2tp_ip6.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/l2tp/l2tp_ip6.c b/net/l2tp/l2tp_ip6.c
index d1ded3777815..aca38d8aed8e 100644
--- a/net/l2tp/l2tp_ip6.c
+++ b/net/l2tp/l2tp_ip6.c
@@ -801,3 +801,4 @@ MODULE_VERSION("1.0");
* enums
*/
MODULE_ALIAS_NET_PF_PROTO_TYPE(PF_INET6, 2, IPPROTO_L2TP);
+MODULE_ALIAS_NET_PF_PROTO(PF_INET6, IPPROTO_L2TP);