bridge: Fix VLAN selection mirroring logic.
authorBen Pfaff <blp@nicira.com>
Fri, 8 Apr 2011 19:52:23 +0000 (12:52 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 19 Apr 2011 16:32:18 +0000 (09:32 -0700)
commit5621d47b9ecb67ab9e52b34be9307a660167b067
tree8ff9c339a407fb8d5afa247893da51f94c1b1322
parentede2fd6d7876791a16b977174887200df2f64ef4
bridge: Fix VLAN selection mirroring logic.

The logic here did not make sense.  A packet arriving on a port is mirrored
if the port is a mirroring source port AND (not OR) the packet is in one of
the VLANs that is mirrored.

This test has been here since the mirroring code was introduced.  It seems
to me that it was never correct.
vswitchd/bridge.c