[ovs-dev] [lacp_bugs 1/7] bridge: Remove redundant newline.
Ethan Jackson
ethan at nicira.com
Tue Nov 29 19:53:18 PST 2011
---
vswitchd/bridge.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c
index d2dcd02..d085f47 100644
--- 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")) {
--
1.7.7
More information about the dev
mailing list