netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/4] ipv6: Fix iflink setting for ipv6 tunnels
@ 2014-11-03  8:19 Steffen Klassert
  2014-11-03  8:19 ` [PATCH net 1/4] ip6_tunnel: Use ip6_tnl_dev_init as the ndo_init function Steffen Klassert
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Steffen Klassert @ 2014-11-03  8:19 UTC (permalink / raw)
  To: David Miller; +Cc: Steffen Klassert, netdev

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.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-11-03 20:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-03  8:19 [PATCH net 0/4] ipv6: Fix iflink setting for ipv6 tunnels Steffen Klassert
2014-11-03  8:19 ` [PATCH net 1/4] ip6_tunnel: Use ip6_tnl_dev_init as the ndo_init function Steffen Klassert
2014-11-03  8:19 ` [PATCH net 2/4] vti6: Use vti6_dev_init " Steffen Klassert
2014-11-03  8:19 ` [PATCH net 3/4] sit: Use ipip6_tunnel_init " Steffen Klassert
2014-11-03  8:19 ` [PATCH net 4/4] gre6: Move the setting of dev->iflink into the ndo_init functions Steffen Klassert
2014-11-03 20:43 ` [PATCH net 0/4] ipv6: Fix iflink setting for ipv6 tunnels David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).