bond: Properly indent appctl output.
authorEthan Jackson <ethan@nicira.com>
Mon, 18 Apr 2011 23:14:58 +0000 (16:14 -0700)
committerEthan Jackson <ethan@nicira.com>
Mon, 18 Apr 2011 23:14:58 +0000 (16:14 -0700)
lib/bond.c

index 4b4a08945ca3229fe2133d363bc46e5bad29c637..d826c3327482fa3a5093f62709d019af1866456b 100644 (file)
@@ -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)) {