diff options
Diffstat (limited to 'bgpd/rfapi/rfapi.c')
| -rw-r--r-- | bgpd/rfapi/rfapi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bgpd/rfapi/rfapi.c b/bgpd/rfapi/rfapi.c index 87d62f7135..510fbc27a4 100644 --- a/bgpd/rfapi/rfapi.c +++ b/bgpd/rfapi/rfapi.c @@ -3144,7 +3144,7 @@ test_nexthops_callback ( fp (out, "Nexthops Callback, Target=("); //rfapiPrintRfapiIpAddr(stream, target); - fp (out, ")%s", VTY_NEWLINE); + fp (out, ")%s", VTYNL); rfapiPrintNhl (stream, next_hops); @@ -3838,7 +3838,7 @@ DEFUN (debug_rfapi_show_import, if (first_l2) { vty_outln (vty, "%sLNI-based Ethernet Tables:", - VTY_NEWLINE); + VTYNL); first_l2 = 0; } snprintf (buf, BUFSIZ, "L2VPN LNI=%u", lni); |
