Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mpls: autoload lwt module

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>

authored by

Robert Shearman and committed by
David S. Miller
b2b04edc 745041e2

+1
+1
net/mpls/mpls_iptunnel.c
··· 227 227 } 228 228 module_exit(mpls_iptunnel_exit); 229 229 230 + MODULE_ALIAS_RTNL_LWT(MPLS); 230 231 MODULE_DESCRIPTION("MultiProtocol Label Switching IP Tunnels"); 231 232 MODULE_LICENSE("GPL v2");