diff options
Diffstat (limited to 'lib/routemap.c')
| -rw-r--r-- | lib/routemap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/routemap.c b/lib/routemap.c index a22e7a655d..fa6f2691de 100644 --- a/lib/routemap.c +++ b/lib/routemap.c @@ -1003,7 +1003,7 @@ vty_show_route_map_entry (struct vty *vty, struct route_map *map) /* Description */ if (index->description) - vty_outln (vty, " Description:%s %s", VTY_NEWLINE, + vty_outln (vty, " Description:%s %s", VTYNL, index->description); /* Match clauses */ |
