projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a393b89
)
vswitchd: Fix typo in comment.
author
Ben Pfaff
<blp@nicira.com>
Tue, 8 Sep 2009 19:54:07 +0000
(12:54 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Tue, 8 Sep 2009 19:54:24 +0000
(12:54 -0700)
vswitchd/bridge.c
patch
|
blob
|
history
diff --git
a/vswitchd/bridge.c
b/vswitchd/bridge.c
index 6ee2ef5e694c796a0609a9f87e4df5144e45ef50..b13ed8dc430f82af5684b6da5481359e6cf3bad8 100644
(file)
--- a/
vswitchd/bridge.c
+++ b/
vswitchd/bridge.c
@@
-1891,7
+1891,7
@@
process_flow(struct bridge *br, const flow_t *flow,
goto done;
} else {
/* Drop all multicast packets for which we have learned a different
- * input port, because we probably sent the packet on one slave
s
+ * input port, because we probably sent the packet on one slave
* and got it back on the active slave. Broadcast ARP replies are
* an exception to this rule: the host has moved to another
* switch. */