Skip to content
Snippets Groups Projects
Commit 8afe7c8a authored by stephen hemminger's avatar stephen hemminger Committed by David S. Miller
Browse files

ipip: add module alias for tunl0 tunnel device


If ipip is built as a module the 'ip tunnel add' command would fail because
the ipip module was not being autoloaded.  Adding an alias for
the tunl0 device name cause dev_load() to autoload it when needed.

Signed-off-by: default avatarStephen Hemminger <shemminger@vyatta.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4da6a738
No related merge requests found
...@@ -913,3 +913,4 @@ static void __exit ipip_fini(void) ...@@ -913,3 +913,4 @@ static void __exit ipip_fini(void)
module_init(ipip_init); module_init(ipip_init);
module_exit(ipip_fini); module_exit(ipip_fini);
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
MODULE_ALIAS("tunl0");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment