There is different spacing when listing active vs. inactive networks. Ex:
Name State Autostart
-----------------------------------------
default active yes
xxxxxx inactive no
+Fri May 29 10:00:01 EDT 2009 Cole Robinson <crobinso@redhat.com>
+
+ * src/virsh.c : virsh: Use consistent spacing for net-list
+
Fri May 29 15:29:32 CEST 2009 Daniel Veillard <veillard@redhat.com>
* src/qemu_conf.c docs/schemas/domain.rng
else
autostartStr = autostart ? "yes" : "no";
- vshPrint(ctl, "%-20s %s %s\n",
+ vshPrint(ctl, "%-20s %-10s %-10s\n",
inactiveNames[i],
_("inactive"),
autostartStr);