diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-07-13 19:20:20 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-07-14 10:20:03 +0200 |
| commit | 61b7d449bd022b0455f148ee9187293a62afdfcb (patch) | |
| tree | 5be2ae085b0013641bbdcee48f5b524465199b3a /ospfd/ospf_te.c | |
| parent | 26a429fe8e49c67a375886a99a3687417379d19e (diff) | |
*: remove VTYNL, part 3 of 6
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'ospfd/ospf_te.c')
| -rw-r--r-- | ospfd/ospf_te.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_te.c b/ospfd/ospf_te.c index 5739578f55..c34d97ff29 100644 --- a/ospfd/ospf_te.c +++ b/ospfd/ospf_te.c @@ -2585,7 +2585,7 @@ show_mpls_te_link_sub (struct vty *vty, struct interface *ifp) show_vty_link_subtlv_ava_bw (vty, &lp->ava_bw.header); if (TLV_TYPE(lp->use_bw) != 0) show_vty_link_subtlv_use_bw (vty, &lp->use_bw.header); - vty_out (vty, "---------------%s\n", VTYNL); + vty_out (vty, "---------------\n\n"); } else { |
