vswitch: Keep list of old interfaces sorted when reconfiguring ports.
authorBen Pfaff <blp@nicira.com>
Wed, 15 Apr 2009 22:03:14 +0000 (15:03 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 15 Apr 2009 22:03:14 +0000 (15:03 -0700)
commit701f48755657a288e4d3a955321e669dabc3be68
treeea4bc05ea758a390de87a767fef572d49628741e
parent126cd8d362a32eb599af5ff0d6059647793a1423
vswitch: Keep list of old interfaces sorted when reconfiguring ports.

The old_ifaces array must be sorted because we apply svec_contains() to
it, but there was nothing guaranteeing that it was sorted.  So add a
call to svec_sort().
vswitchd/bridge.c