vlan-splinter: Fix inverted logic bug.
authorAlex Wang <alexw@nicira.com>
Tue, 23 Jul 2013 01:15:49 +0000 (18:15 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 23 Jul 2013 18:23:29 +0000 (11:23 -0700)
commitb41c3e5c904d03ebf1db3f85744c3a9af849de6b
tree63a0e15304eaf9c3c718f67993c085b04634de08
parent3d097064102780d79c9124f507160d538465ce64
vlan-splinter: Fix inverted logic bug.

When "other-config:enable-vlan-splinters=true" is set, the existing
vlans with ip address must be retained. The bug actually does the
opposite and retains the vlans without ip address. This commit fixes
it.

Reported-by: Roman Sokolkov <rsokolkov@gmail.com>
Signed-off-by: Alex Wang <alexw@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
AUTHORS
vswitchd/bridge.c