From 21d1e26dcb4dc290fd0fe05618cbc96c67f85ffe Mon Sep 17 00:00:00 2001 From: Everton Marques Date: Wed, 1 Oct 2014 18:34:04 -0300 Subject: pimd: show ip pim lan-prune-delay: Cosmetic. --- pimd/pim_cmd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pimd/pim_cmd.c') diff --git a/pimd/pim_cmd.c b/pimd/pim_cmd.c index 076b7baa..eae7dc31 100644 --- a/pimd/pim_cmd.c +++ b/pimd/pim_cmd.c @@ -831,7 +831,7 @@ static void pim_show_lan_prune_delay(struct vty *vty) "T=t_bit LPD=lan_prune_delay_hello_option%s%s", VTY_NEWLINE, VTY_NEWLINE, VTY_NEWLINE, VTY_NEWLINE, VTY_NEWLINE); - vty_out(vty, "Interface Address PrDly OvInt NoDly HiDly HiInt T Neighbor LPD PrDly OvInt T%s", VTY_NEWLINE); + vty_out(vty, "Interface Address PrDly OvInt NoDly HiDly HiInt T | Neighbor LPD PrDly OvInt T%s", VTY_NEWLINE); for (ALL_LIST_ELEMENTS_RO(iflist, node, ifp)) { struct pim_interface *pim_ifp; @@ -855,7 +855,7 @@ static void pim_show_lan_prune_delay(struct vty *vty) pim_inet4_dump("", neigh->source_addr, neigh_src_str, sizeof(neigh_src_str)); - vty_out(vty, "%-9s %-15s %5u %5u %5u %5u %5u %1u %-15s %-3s %5u %5u %1u%s", + vty_out(vty, "%-9s %-15s %5u %5u %5u %5u %5u %1u | %-15s %-3s %5u %5u %1u%s", ifp->name, inet_ntoa(ifaddr), pim_ifp->pim_propagation_delay_msec, -- cgit v1.2.3