vlan: Compare vlan tags before implicit tagging when RSPANing.
authorJesse Gross <jesse@nicira.com>
Thu, 8 Oct 2009 19:31:03 +0000 (12:31 -0700)
committerJesse Gross <jesse@nicira.com>
Fri, 9 Oct 2009 19:42:31 +0000 (12:42 -0700)
commit43aa5f47f1ece799ebb85cd1c8ddfdaefe7b7402
treec18b32602196251690e09376cfb8405f10475a67
parentaed944953be7c8d71beada565ac9923ab86855e5
vlan: Compare vlan tags before implicit tagging when RSPANing.

We check that a packet is not sent out the on the in port on the
same VLAN when performing RSPAN.  However, we were comparing the
vlan tag from a packet after implicit tagging with a tag from
before implicit tagging.  This ensures that we always compare them
before such tagging.
vswitchd/bridge.c