diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-20 03:03:57 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-20 03:03:57 +0200 |
commit | 490578f385f2177b89685d3ccce1a6ff4ef618a8 (patch) | |
tree | 649bbb64abe87b163972da42797bae4500c3a131 /ospfd | |
parent | Relax draft-ietf-idr-error-handling-13 valid IP check in favor of draft-ietf-... (diff) | |
download | frr-490578f385f2177b89685d3ccce1a6ff4ef618a8.tar.xz frr-490578f385f2177b89685d3ccce1a6ff4ef618a8.zip |
The column headers for displaying OSPF neighbors are not aligned
Diffstat (limited to 'ospfd')
-rw-r--r-- | ospfd/ospf_vty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_vty.c b/ospfd/ospf_vty.c index 492396249..2645d24d3 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", |