projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
858d102
)
bridge: Remove redundant newline.
author
Ethan Jackson
<ethan@nicira.com>
Tue, 29 Nov 2011 21:24:57 +0000
(13:24 -0800)
committer
Ethan Jackson
<ethan@nicira.com>
Wed, 30 Nov 2011 19:20:52 +0000
(11:20 -0800)
vswitchd/bridge.c
patch
|
blob
|
history
diff --git
a/vswitchd/bridge.c
b/vswitchd/bridge.c
index d2dcd02732940fbf8e345c78d9e6d9bd9ede9371..d085f47b151123b54c92a209e59be4cf6d6d3357 100644
(file)
--- a/
vswitchd/bridge.c
+++ b/
vswitchd/bridge.c
@@
-2662,7
+2662,6
@@
port_configure_lacp(struct port *port, struct lacp_settings *s)
"lacp-heartbeat",
"false"), "true");
-
lacp_time = get_port_other_config(port->cfg, "lacp-time", "slow");
custom_time = atoi(lacp_time);
if (!strcmp(lacp_time, "fast")) {