[ovs-dev] [bond 1/2] bond: Properly indent appctl output.

Ethan Jackson ethan at nicira.com
Mon Apr 18 23:20:34 UTC 2011


---
 lib/bond.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/bond.c b/lib/bond.c
index 4b4a089..d826c33 100644
--- a/lib/bond.c
+++ b/lib/bond.c
@@ -1005,7 +1005,7 @@ bond_unixctl_show(struct unixctl_conn *conn,
                           slave->delay_expires - time_msec());
         }
 
-        ds_put_format(&ds, "lacp_may_enable: %s\n",
+        ds_put_format(&ds, "\tlacp_may_enable: %s\n",
                       slave->lacp_may_enable ? "true" : "false");
 
         if (!bond_is_balanced(bond)) {
-- 
1.7.4.2




More information about the dev mailing list