]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospf6d/ospf6d.h
lib: move \n vs. \r\n handling into vty code
[mirror_frr.git] / ospf6d / ospf6d.h
index 6595e704550b92b9d570cffe683952221c83182b..347ad3487181408e2f92178ae62c306f37dde0fa 100644 (file)
@@ -90,11 +90,10 @@ 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 VTY_NEWLINE
 #define OSPF6_CMD_CHECK_RUNNING() \
   if (ospf6 == NULL) \
     { \
-      vty_out (vty, "OSPFv3 is not running%s", VTY_NEWLINE); \
+      vty_out (vty, "OSPFv3 is not running%s", VTYNL); \
       return CMD_SUCCESS; \
     }