rtnl: Interface was added to technology too early
authorJukka Rissanen <jukka.rissanen@linux.intel.com>
Thu, 25 Apr 2013 11:47:50 +0000 (14:47 +0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Fri, 26 Apr 2013 09:31:45 +0000 (12:31 +0300)
commitd1ae988ca517c82a7345b8147b651866ca6df527
treed11fee41e1c6ecc81e00262477da3354cfdc9db4
parent409f346fbf0cc54c04682fdb8982a76e1ce53b21
rtnl: Interface was added to technology too early

The __connman_technology_add_interface() needs to be called
after we have created the technology which is done by rtnl->newlink()
callback. If this is done the old way, the ethernet devices
will not get their interfaces set properly.
src/rtnl.c