]> git.puffer.fish Git - mirror/frr.git/commitdiff
The column headers for displaying OSPF neighbors are not aligned
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 20 May 2015 01:03:57 +0000 (18:03 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 20 May 2015 01:03:57 +0000 (18:03 -0700)
ospfd/ospf_vty.c

index 492396249377cffd1eb01ed80bdbe81303fa6d0d..2645d24d3a492aaa8fbef439ffa9082022436531 100644 (file)
@@ -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",