vswitchd: Limit fake bridge MAC selection to ports in the same VLAN
authorHelmut Schaa <helmut.schaa@googlemail.com>
Wed, 19 Feb 2014 10:59:33 +0000 (11:59 +0100)
committerBen Pfaff <blp@nicira.com>
Wed, 26 Feb 2014 20:52:54 +0000 (12:52 -0800)
commit21a955fc29ed9cb0b1e3ec54e3a412412fec99a9
treeeec2aa97d8e36a8ff42b3711dd679ebd6e10c7cb
parent4bc1cfdead659c81e6b84bd02e4184eb44382783
vswitchd: Limit fake bridge MAC selection to ports in the same VLAN

Limit fake bridge MAC address selection to only consider ports
that use the same VLAN as the fake bridge itself.

This prevents OVS from selecting a MAC address that was not really
present in the VLAN of the fake bridge before.

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
vswitchd/bridge.c