bridge: Drop obsolete comment.
authorBen Pfaff <blp@nicira.com>
Thu, 24 Mar 2011 19:46:26 +0000 (12:46 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 1 Apr 2011 22:52:20 +0000 (15:52 -0700)
It's quite clear that we don't support double tagging now.

vswitchd/bridge.c

index 5049ccc..f2af575 100644 (file)
@@ -2721,7 +2721,6 @@ static int flow_get_vlan(struct bridge *br, const struct flow *flow,
     int vlan = vlan_tci_to_vid(flow->vlan_tci);
     if (in_port->vlan >= 0) {
         if (vlan) {
-            /* XXX support double tagging? */
             if (have_packet) {
                 static struct vlog_rate_limit rl = VLOG_RATE_LIMIT_INIT(1, 5);
                 VLOG_WARN_RL(&rl, "bridge %s: dropping VLAN %d tagged "