It's quite clear that we don't support double tagging now.
---
 vswitchd/bridge.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c
index 414b59e..bc700b4 100644
--- a/vswitchd/bridge.c
+++ b/vswitchd/bridge.c
@@ -2703,7 +2703,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 "
-- 
1.7.1

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to