projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
745041e
)
mpls: autoload lwt module
author
Robert Shearman
<rshearma@brocade.com>
Fri, 19 Feb 2016 09:43:17 +0000
(09:43 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 22 Feb 2016 03:00:28 +0000
(22:00 -0500)
Avoid users having to manually load the module by adding a module
alias allowing it to be autoloaded by the lwt infra.
Signed-off-by: Robert Shearman <rshearma@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mpls/mpls_iptunnel.c
patch
|
blob
|
blame
|
history
diff --git
a/net/mpls/mpls_iptunnel.c
b/net/mpls/mpls_iptunnel.c
index fb31aa87de817f9de8f30f6adae052c7eb53247b..644a8da6d4bd9fc2583880bca2e22618ec970b4b 100644
(file)
--- a/
net/mpls/mpls_iptunnel.c
+++ b/
net/mpls/mpls_iptunnel.c
@@
-227,5
+227,6
@@
static void __exit mpls_iptunnel_exit(void)
}
module_exit(mpls_iptunnel_exit);
+MODULE_ALIAS_RTNL_LWT(MPLS);
MODULE_DESCRIPTION("MultiProtocol Label Switching IP Tunnels");
MODULE_LICENSE("GPL v2");