vswitchd: Fix svec_diff().
authorBen Pfaff <blp@nicira.com>
Mon, 29 Dec 2008 22:29:26 +0000 (14:29 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 30 Dec 2008 00:00:34 +0000 (16:00 -0800)
commitdc90ef89bd7d5f86e900ff0f8b75acffbec52d45
tree5c282825215bb71b971fdedb88f7bc027139b9a4
parent7c2649a7f0a92bb20f56d30008e4122ed3a1c9b3
vswitchd: Fix svec_diff().

The logic bugs here were causing bridge.c to do too much work adding and
deleting interfaces unnecessarily and perhaps in some circumstances getting
the set of interfaces wrong entirely.
lib/svec.c