mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
ip6gre: add a rtnl link alias for ip6gretap
With this alias, we don't need to load manually the module before adding an ip6gretap interface with iproute2. Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
effa4bc4e7
commit
5a4ee9a9a0
@ -1724,4 +1724,5 @@ MODULE_LICENSE("GPL");
|
||||
MODULE_AUTHOR("D. Kozlov (xeb@mail.ru)");
|
||||
MODULE_DESCRIPTION("GRE over IPv6 tunneling device");
|
||||
MODULE_ALIAS_RTNL_LINK("ip6gre");
|
||||
MODULE_ALIAS_RTNL_LINK("ip6gretap");
|
||||
MODULE_ALIAS_NETDEV("ip6gre0");
|
||||
|
Loading…
Reference in New Issue
Block a user