projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
197fe95
)
Remove misplaced comment.
author
Ben Pfaff
<blp@nicira.com>
Mon, 22 Dec 2008 06:19:17 +0000
(22:19 -0800)
committer
Ben Pfaff
<blp@nicira.com>
Mon, 22 Dec 2008 18:15:29 +0000
(10:15 -0800)
vswitchd/bridge.c
patch
|
blob
|
history
diff --git
a/vswitchd/bridge.c
b/vswitchd/bridge.c
index e7571402213a264685b606596883a1933fe27540..a244b097e762965ae17243e070bdc0b96326b51c 100644
(file)
--- a/
vswitchd/bridge.c
+++ b/
vswitchd/bridge.c
@@
-1003,8
+1003,6
@@
process_packet_in(struct bridge *br, void *opi_)
/* Broadcast ARP replies are an exception to this rule: the host
* has moved to another switch. */
if (!may_learn && is_bcast_arp_reply(&flow, &pkt)) {
- /* OpenFlow can't tell ARP requests from replies so we can't
- * set up a flow. Fortunately these packets should be rare. */
may_learn = true;
}
} else {