From: Donald Sharp Date: Wed, 20 May 2015 01:03:57 +0000 (-0700) Subject: The column headers for displaying OSPF neighbors are not aligned X-Git-Tag: frr-2.0-rc1~1440 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=490578f385f2177b89685d3ccce1a6ff4ef618a8;p=mirror%2Ffrr.git The column headers for displaying OSPF neighbors are not aligned --- diff --git a/ospfd/ospf_vty.c b/ospfd/ospf_vty.c index 4923962493..2645d24d3a 100644 --- a/ospfd/ospf_vty.c +++ b/ospfd/ospf_vty.c @@ -3330,7 +3330,7 @@ DEFUN (show_ip_ospf_instance_interface, static void show_ip_ospf_neighbour_header (struct vty *vty) { - vty_out (vty, "%s%15s %3s %-15s %9s %-15s %-20s %5s %5s %5s%s", + vty_out (vty, "%s%-15s %3s %-15s %9s %-15s %-20s %5s %5s %5s%s", VTY_NEWLINE, "Neighbor ID", "Pri", "State", "Dead Time", "Address", "Interface", "RXmtL", "RqstL", "DBsmL",