summaryrefslogtreecommitdiffstats
path: root/isisd/isis_te.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-07-13 19:20:20 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2017-07-14 10:20:03 +0200
commit61b7d449bd022b0455f148ee9187293a62afdfcb (patch)
tree5be2ae085b0013641bbdcee48f5b524465199b3a /isisd/isis_te.c
parent*: remove VTYNL, part 2 of 6 (diff)
downloadfrr-61b7d449bd022b0455f148ee9187293a62afdfcb.tar.xz
frr-61b7d449bd022b0455f148ee9187293a62afdfcb.zip
*: remove VTYNL, part 3 of 6
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'isisd/isis_te.c')
-rw-r--r--isisd/isis_te.c4
1 files changed, 2 insertions, 2 deletions
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
{