projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbbb244
)
bridge: Drop obsolete comment.
author
Ben Pfaff
<blp@nicira.com>
Thu, 24 Mar 2011 19:46:26 +0000
(12:46 -0700)
committer
Ben 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
patch
|
blob
|
history
diff --git
a/vswitchd/bridge.c
b/vswitchd/bridge.c
index 5049ccc75258c6d5c26c76f743d73a1922e87b6d..f2af57555949de63c19b6ffe9fd3672870509537 100644
(file)
--- 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 "