diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-07-13 19:04:25 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-07-14 10:20:02 +0200 |
| commit | 6d3c2ed4edb863d108239132b3e01daf07024f65 (patch) | |
| tree | cca9737fab2548ec43a31def39cfab5a8affc83f /lib/distribute.c | |
| parent | 6b18e3b2e0dd57375f6908b40089a30bbf8f683f (diff) | |
*: remove VTYNL, part 1 of 6
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'lib/distribute.c')
| -rw-r--r-- | lib/distribute.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/distribute.c b/lib/distribute.c index 8bf961e97e..691b67e83f 100644 --- a/lib/distribute.c +++ b/lib/distribute.c @@ -393,7 +393,7 @@ config_show_distribute (struct vty *vty) DISTRIBUTE_V6_OUT, has_print); } if (has_print) - vty_out (vty, VTYNL); + vty_out (vty, "\n"); else vty_out (vty, " not set\n"); @@ -414,7 +414,7 @@ config_show_distribute (struct vty *vty) has_print = distribute_print(vty, dist->prefix, 1, DISTRIBUTE_V6_OUT, has_print); if (has_print) - vty_out (vty, VTYNL); + vty_out (vty, "\n"); else vty_out (vty, " nothing\n"); } @@ -437,7 +437,7 @@ config_show_distribute (struct vty *vty) DISTRIBUTE_V6_IN, has_print); } if (has_print) - vty_out (vty, VTYNL); + vty_out (vty, "\n"); else vty_out (vty, " not set\n"); @@ -458,7 +458,7 @@ config_show_distribute (struct vty *vty) has_print = distribute_print(vty, dist->prefix, 1, DISTRIBUTE_V6_IN, has_print); if (has_print) - vty_out (vty, VTYNL); + vty_out (vty, "\n"); else vty_out (vty, " nothing\n"); } |
