vswitchd: Clean up iface_create().
authorBen Pfaff <blp@nicira.com>
Tue, 24 Apr 2012 23:53:01 +0000 (16:53 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 25 Apr 2012 01:08:44 +0000 (18:08 -0700)
commitcc0864659fc924b1632754168bfa939bf1942492
treecd6036306774601a46e392094313a8368447ad9f
parent5344c1ac9242ceaeae7b1bfe7f765b96e9f04c8f
vswitchd: Clean up iface_create().

iface_create() did its work in an order that meant it had to do a lot more
cleanup on error paths than is otherwise needed.  This commit reorders the
work to avoid this extra cleanup.

bridge_ofproto_port_del() is no longer used after the refactoring so this
commit deletes it.

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