projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f24cca5
)
vswitchd: Fix stupid thinko.
author
Ben Pfaff
<blp@nicira.com>
Thu, 18 Dec 2008 22:26:29 +0000
(14:26 -0800)
committer
Ben Pfaff
<blp@nicira.com>
Thu, 18 Dec 2008 22:26:29 +0000
(14:26 -0800)
vswitchd/bridge.c
patch
|
blob
|
history
diff --git
a/vswitchd/bridge.c
b/vswitchd/bridge.c
index d6ce3ebb54df7a5f21ef60f71d42ee82bf665b84..0e88885e7d115df849ce53c779ac0c17ac11fa7e 100644
(file)
--- a/
vswitchd/bridge.c
+++ b/
vswitchd/bridge.c
@@
-855,7
+855,6
@@
send_packets(struct bridge *br, const struct flow *flow, uint32_t buffer_id,
ofpbuf_put(pbuf, pkt_data, pkt_len);
}
update_openflow_length(pbuf);
- queue_tx(br, pbuf);
}
if (fbuf) {