summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6d.h
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-07-13 17:34:08 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2017-07-13 20:29:20 +0200
commit83eba583d7be5afaf2eba35ce4d391f645af4bfa (patch)
tree1dc80b60d845022589a592405e2d4bb7c1a392bd /ospf6d/ospf6d.h
parentlib: vty: warn when using compatibility macros (diff)
downloadfrr-83eba583d7be5afaf2eba35ce4d391f645af4bfa.tar.xz
frr-83eba583d7be5afaf2eba35ce4d391f645af4bfa.zip
lib: move \n vs. \r\n handling into vty code
Instead of having an ?: expression embedded in every single caller of vty_out, just expand \n to \r\n in the vty code if neccessary. (Deprecation warnings will be enabled in the next commits which will do the search-and-replace over the codebase.) [This reverts commit 4d5f445 "lib: add vty_outln()"] Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to '')
-rw-r--r--ospf6d/ospf6d.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ospf6d/ospf6d.h b/ospf6d/ospf6d.h
index 41082e451..347ad3487 100644
--- a/ospf6d/ospf6d.h
+++ b/ospf6d/ospf6d.h
@@ -90,7 +90,6 @@ extern struct thread_master *master;
#define OSPF6_ROUTER_ID_STR "Specify Router-ID\n"
#define OSPF6_LS_ID_STR "Specify Link State ID\n"
-#define VNL VTYNL
#define OSPF6_CMD_CHECK_RUNNING() \
if (ospf6 == NULL) \
{ \