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)
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>

No differences found