vswitchd: Factor code to configure netdevs out of iface_create().
authorBen Pfaff <blp@nicira.com>
Tue, 24 Apr 2012 23:28:18 +0000 (16:28 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 25 Apr 2012 01:08:41 +0000 (18:08 -0700)
commit2a485ee87cd4566eb2c2ffbde6b9b67cb8b81a89
treee21b5c6c2d7b739ae4d40670e8a38440d1a79a7e
parentb54441b366ff133079f6adc3fc9a0f456119af46
vswitchd: Factor code to configure netdevs out of iface_create().

An upcoming patch will need the same code in another function.

Signed-off-by: Ben Pfaff <blp@nicira.com>
vswitchd/bridge.c