]> git.baikalelectronics.ru Git - kernel.git/commit
ipip: add module alias for tunl0 tunnel device
authorstephen hemminger <shemminger@vyatta.com>
Mon, 29 Nov 2010 09:47:49 +0000 (09:47 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 Dec 2010 20:53:23 +0000 (12:53 -0800)
commit49b0a66b2142379ab24530ace10ec6db97308881
tree2b12d064d2d0234c5a0b5c271868b66d7be88387
parent04ce5fcce51581c685b37e6e6afa9e580cac1a3c
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: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ipip.c