Re: [ovs-dev] [PATCH] vlan-splinter: Fix a bug.

2013-07-23 Thread Ben Pfaff
On Mon, Jul 22, 2013 at 06:15:49PM -0700, Alex Wang wrote: > 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 S

[ovs-dev] [PATCH] vlan-splinter: Fix a bug.

2013-07-22 Thread Alex Wang
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 Signed-off-by: Alex Wang --- vswitchd/bridge.c |4 ++--