From e34c9ddcc8f09925ff44879316f62897f172c30e Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 24 Mar 2011 12:46:26 -0700 Subject: [PATCH] bridge: Drop obsolete comment. It's quite clear that we don't support double tagging now. --- vswitchd/bridge.c | 1 - 1 file changed, 1 deletion(-) diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c index 5049ccc7..f2af5755 100644 --- a/vswitchd/bridge.c +++ b/vswitchd/bridge.c @@ -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 " -- 2.30.2