]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit72a84f0b7f0d4960e601806129bf762b35be8237
treec0850e712e9b93eef264712a9868b150d15e70ce
parentd89696799657ada6e106b52faddbfed77fcca4cc
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