l2tp: enable automatic module loading for l2tp_ppp
authorBenjamin LaHaise <bcrl@kvack.org>
Tue, 20 Mar 2012 14:01:21 +0000 (14:01 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 22 Mar 2012 02:14:56 +0000 (22:14 -0400)
commit9395a09d05a23bb313cd20c99fb234f308d948b3
treec0850e712e9b93eef264712a9868b150d15e70ce
parent8ec3e70207486bbd3e2d3c0d6b809116ccd4f219
l2tp: enable automatic module loading for l2tp_ppp

When L2TP is configured as a module, requests for L2TP sockets do not result
in the l2tp_ppp module being loaded.  Fix this by adding the appropriate
MODULE_ALIAS to be recognized by pppox's request_module() call.

Signed-off-by: Benjamin LaHaise <bcrl@kvack.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/l2tp/l2tp_ppp.c