]> git.proxmox.com Git - mirror_frr.git/blobdiff - ripngd/ripng_peer.c
Merge remote-tracking branch 'origin/master' into evpn_plus_struct_attr
[mirror_frr.git] / ripngd / ripng_peer.c
index ff6af2b1d556d3224f182e1bfe4aa774fe9c8200..51f1a40097c638b9ccd04e698f9fb4ab3ae1cef5 100644 (file)
@@ -194,7 +194,7 @@ ripng_peer_display (struct vty *vty)
   for (ALL_LIST_ELEMENTS (peer_list, node, nnode, peer))
     {
       vty_outln (vty, "    %s %s%14s %10d %10d %10d      %s", inet6_ntoa (peer->addr),
-               VTY_NEWLINE, " ",
+               VTYNL, " ",
               peer->recv_badpackets, peer->recv_badroutes,
               ZEBRA_RIPNG_DISTANCE_DEFAULT,
               ripng_peer_uptime(peer, timebuf, RIPNG_UPTIME_LEN));