diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-07-13 19:12:39 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-07-14 10:20:02 +0200 |
| commit | 26a429fe8e49c67a375886a99a3687417379d19e (patch) | |
| tree | c244b1a42b7eb8a402fff1a80b165a618cf7b19f /ospf6d/ospf6d.h | |
| parent | 6d3c2ed4edb863d108239132b3e01daf07024f65 (diff) | |
*: remove VTYNL, part 2 of 6
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'ospf6d/ospf6d.h')
| -rw-r--r-- | ospf6d/ospf6d.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6d.h b/ospf6d/ospf6d.h index 347ad34871..2da11d0abf 100644 --- a/ospf6d/ospf6d.h +++ b/ospf6d/ospf6d.h @@ -93,7 +93,7 @@ extern struct thread_master *master; #define OSPF6_CMD_CHECK_RUNNING() \ if (ospf6 == NULL) \ { \ - vty_out (vty, "OSPFv3 is not running%s", VTYNL); \ + vty_out (vty, "OSPFv3 is not running\n"); \ return CMD_SUCCESS; \ } |
