ethernet: Create the bridge before to add an interface to it.
authorGuillaume Lucas <guillaumex.lucas@intel.com>
Fri, 4 Feb 2011 08:04:07 +0000 (08:04 +0000)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 4 Feb 2011 10:37:27 +0000 (11:37 +0100)
commitc7b5e97fba7357539253e1dff7c91033ed858294
treece726038f0378046d479b8795efbeee33eaf314d
parent483fb555c74ad7ee754c0292a9ecefff28e54cf8
ethernet: Create the bridge before to add an interface to it.

The bridge is created by the connman_technology_tethering_notify()
function. So this function must be called before to add an interface
to the bridge. Means before the call to connman_inet_add_to_bridge().
plugins/ethernet.c