[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1455550923-23673-4-git-send-email-rshearma@brocade.com>
Date: Mon, 15 Feb 2016 15:42:03 +0000
From: Robert Shearman <rshearma@...cade.com>
To: <davem@...emloft.net>
CC: <netdev@...r.kernel.org>, Roopa Prabhu <roopa@...ulusnetworks.com>,
"Tom Herbert" <tom@...bertland.com>, Thomas Graf <tgraf@...g.ch>,
"Eric W. Biederman" <ebiederm@...ssion.com>,
Jiri Benc <jbenc@...hat.com>,
"Robert Shearman" <rshearma@...cade.com>
Subject: [PATCH net-next 3/3] ila: autoload 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@...cade.com>
---
net/ipv6/ila/ila_common.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/net/ipv6/ila/ila_common.c b/net/ipv6/ila/ila_common.c
index 32dc9aab7297..8ecf2482560e 100644
--- a/net/ipv6/ila/ila_common.c
+++ b/net/ipv6/ila/ila_common.c
@@ -99,5 +99,6 @@ static void __exit ila_fini(void)
module_init(ila_init);
module_exit(ila_fini);
+MODULE_ALIAS_RTNL_LWT(LWTUNNEL_ENCAP_ILA);
MODULE_AUTHOR("Tom Herbert <tom@...bertland.com>");
MODULE_LICENSE("GPL");
--
2.1.4
Powered by blists - more mailing lists