When I use Linux bridging to bridge a virtual machine to a physical NIC, I have to explicitly set the NIC to promiscuous mode so that ethernet frames that were destined for the VM would make it to the bridge.
Is this required when using Open vSwitch, or does Open vSwitch put network interfaces attached to the bridge into promiscuous mode automatically?