vlan-splinter: Fix inverted logic bug. v1.9.3
authorAlex Wang <alexw@nicira.com>
Tue, 23 Jul 2013 01:15:49 +0000 (18:15 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 5 Sep 2013 20:11:01 +0000 (13:11 -0700)
commit6a3d683b9bb70636442588badb39486658fdeafa
tree62f164f49d6e6a2c09c0ad97d1b4bb8ddfa82f9d
parentb53d1713ad7ce865c47e3fb8421f27c6a0dcbb9c
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