vswitchd: Make iface_create() return an indication of success.
authorBen Pfaff <blp@nicira.com>
Tue, 24 Apr 2012 23:39:50 +0000 (16:39 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 25 Apr 2012 01:08:42 +0000 (18:08 -0700)
commit01546f5d0798f508874729991b03cdb06f4854cf
tree1572d88027c30242fe648ac84bcff401410d181b
parent2a485ee87cd4566eb2c2ffbde6b9b67cb8b81a89
vswitchd: Make iface_create() return an indication of success.

This is the minimal change that gets the job done.  There are much nicer
ways to do this, but I'll leave that refactoring for later in the series.

The return value will have its first user in an upcoming commit.

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