Skip to content
Commit c495d648 authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'ipv6_tunnel_iflink_init'



Steffen Klassert says:

====================
ipv6: Fix iflink setting for ipv6 tunnels

The ipv6 tunnels do the dev->iflink setting too early, it gets
overwritten by register_netdev(). So set dev->iflink from within
a ndo_init function to keep the configured setting.

This patchset fixes this for ip6_tunnel, vti6, sit and gre6.
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 3ce9b20f f03eb128
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment