Le 11/05/2015 18:04, Nicolas Dichtel a écrit :
Le 11/05/2015 17:37, Jiri Pirko a écrit :
[snip]

I don't think this is the correct way to fix this.

How ifindex can be 0 here? Ifindex is set in register_netdevice and
looking at bond_create, I don't see any call to __bond_opt_set before
that. But since it apparently is, the ordering should be changed so
register_netdevice is called first.
I also don't see why we would prevent to register a bonding interface directly
with the right mode.

bond_newlink => bond_changelink => __bond_opt_set
and then back to bond_newlink => register_netdevice


Regards,
Nicolas

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to