commit | f1f39f91102733bcde2462c6a138f636ee541ea8 | [log] [tgz] |
---|---|---|
author | stephen hemminger <stephen@networkplumber.org> | Wed Sep 23 21:33:34 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 25 12:27:22 2015 -0700 |
tree | 5b5acaad2c0b996f0fa516f65b1c43c80da0cce7 | |
parent | f37db85d0c1eb6e4e8460cf7a13cfba42bfc2cb0 [diff] |
l2tp: auto load type modules It should not be necessary to do explicit module loading when configuring L2TP. Modules should be loaded as needed instead (as is done already with netlink and other tunnel types). This patch adds a new module alias type and code to load the sub module on demand. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>