aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_gre.c
diff options
context:
space:
mode:
authorstephen hemminger <shemminger@vyatta.com>2010-11-29 09:47:48 +0000
committerDavid S. Miller <davem@davemloft.net>2010-12-01 12:53:22 -0800
commit4da6a738ffdb99b88efbe5b4c4fe521ca453640d (patch)
tree88a80180c14352c7cd7cf65abfe78d9f5276a550 /net/ipv4/ip_gre.c
parentgre: minor cleanups (diff)
downloadlinux-dev-4da6a738ffdb99b88efbe5b4c4fe521ca453640d.tar.xz
linux-dev-4da6a738ffdb99b88efbe5b4c4fe521ca453640d.zip
gre: add module alias for gre0 tunnel device
If gre is built as a module the 'ip tunnel add' command would fail because the ip_gre module was not being autoloaded. Adding an alias for the gre0 device name cause dev_load() to autoload it when needed. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/ip_gre.c')
-rw-r--r--net/ipv4/ip_gre.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/ip_gre.c b/net/ipv4/ip_gre.c
index 98769c399d9e..258c98d5fa79 100644
--- a/net/ipv4/ip_gre.c
+++ b/net/ipv4/ip_gre.c
@@ -1764,3 +1764,4 @@ module_exit(ipgre_fini);
MODULE_LICENSE("GPL");
MODULE_ALIAS_RTNL_LINK("gre");
MODULE_ALIAS_RTNL_LINK("gretap");
+MODULE_ALIAS("gre0");