---
 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

_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to