From 61b7d449bd022b0455f148ee9187293a62afdfcb Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Thu, 13 Jul 2017 19:20:20 +0200 Subject: *: remove VTYNL, part 3 of 6 Signed-off-by: David Lamparter --- isisd/isis_te.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'isisd/isis_te.c') diff --git a/isisd/isis_te.c b/isisd/isis_te.c index 47377bd7a..e26bb6e46 100644 --- a/isisd/isis_te.c +++ b/isisd/isis_te.c @@ -968,7 +968,7 @@ show_vty_unknown_tlv (struct vty *vty, struct subtlv_header *tlvh) vty_out (vty, " %#.2x", v[i]); if (rtn == 8) { - vty_out (vty, "%s [%.2x]", VTYNL, i + 1); + vty_out (vty, "\n [%.2x]", i + 1); rtn = 1; } else @@ -1299,7 +1299,7 @@ show_mpls_te_sub (struct vty *vty, struct interface *ifp) show_vty_subtlv_res_bw (vty, &mtc->res_bw); show_vty_subtlv_ava_bw (vty, &mtc->ava_bw); show_vty_subtlv_use_bw (vty, &mtc->use_bw); - vty_out (vty, "---------------%s\n", VTYNL); + vty_out (vty, "---------------\n\n"); } else { -- cgit v1.2.3