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>
Fri, 29 Apr 2011 21:31:59 +0000 (14:31 -0700)
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.


No differences found