]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'l2tp-module-autoloading'
authorDavid S. Miller <davem@davemloft.net>
Fri, 25 Sep 2015 19:27:23 +0000 (12:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 25 Sep 2015 19:28:24 +0000 (12:28 -0700)
commite29fb29950fe61ad4da7b0079922e4f60ccd1530
treeb81641e8c41818e90d56da947a66678863edbc2c
parente403158e453745f1b00cff0d7312a19e912abc7d
parentd3831dbf12c9118b5bd5ece5c7f88b2a5f1e4b1f
Merge branch 'l2tp-module-autoloading'

Stephen Hemminger says:

====================
l2tp: module autoloading

With L2TP it was necessary to manually load modules
which is a nuisance and not required with other tunneling
protocols. This set of patches adds the aliases and module
load hook to get rid of the necessity of modprobing.
====================

Acked-By: James Chapman <jchapman@katalix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>