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>
Thu, 5 Sep 2013 20:10:29 +0000 (13:10 -0700)
commit70b14a3dc45929adeadfa7172b18d44fe97573e7
treefcf0c3640afc7a004264e7a32342018144350b8c
parentdd707baace74a3f79dbcbdeba7a856bf8d7dd34a
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