diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2017-07-13 19:50:33 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2017-07-14 10:20:03 +0200 |
commit | cdda2010369cdcc2ffce5cb70ea112a13aacd9c3 (patch) | |
tree | 78ff66b8290ef86a49a8f22ba1db49f8a9d90d85 /ospf6d/ospf6_asbr.c | |
parent | *: remove VTYNL, part 4 of 6 (diff) | |
download | frr-cdda2010369cdcc2ffce5cb70ea112a13aacd9c3.tar.xz frr-cdda2010369cdcc2ffce5cb70ea112a13aacd9c3.zip |
*: remove VTYNL, part 5 of 6
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'ospf6d/ospf6_asbr.c')
-rw-r--r-- | ospf6d/ospf6_asbr.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ospf6d/ospf6_asbr.c b/ospf6d/ospf6_asbr.c index 37c780795..795c7f5ff 100644 --- a/ospf6d/ospf6_asbr.c +++ b/ospf6d/ospf6_asbr.c @@ -798,10 +798,9 @@ ospf6_redistribute_show_config (struct vty *vty) continue; if (ospf6->rmap[type].name) - vty_out (vty, " %d: %s with route-map \"%s\"%s%s", nroute[type], + vty_out (vty, " %d: %s with route-map \"%s\"%s\n", nroute[type], ZROUTE_NAME (type), ospf6->rmap[type].name, - (ospf6->rmap[type].map ? "" : " (not found !)"), - VTYNL); + (ospf6->rmap[type].map ? "" : " (not found !)")); else vty_out (vty, " %d: %s\n", nroute[type], ZROUTE_NAME (type)); |