diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-07-13 20:17:06 +0200 | 
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-07-14 10:20:03 +0200 | 
| commit | 625e016d14073dfefb69c0fa36cddb81fbe034ed (patch) | |
| tree | 025bb557646390501de37e86d3813c111ec25d31 /ripngd/ripng_peer.c | |
| parent | cdda2010369cdcc2ffce5cb70ea112a13aacd9c3 (diff) | |
*: remove VTYNL, part 6 of 6
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'ripngd/ripng_peer.c')
| -rw-r--r-- | ripngd/ripng_peer.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/ripngd/ripng_peer.c b/ripngd/ripng_peer.c index 03f3b4e05f..f27c33f37c 100644 --- a/ripngd/ripng_peer.c +++ b/ripngd/ripng_peer.c @@ -193,8 +193,8 @@ ripng_peer_display (struct vty *vty)    for (ALL_LIST_ELEMENTS (peer_list, node, nnode, peer))      { -      vty_out (vty, "    %s %s%14s %10d %10d %10d      %s\n", inet6_ntoa (peer->addr), -               VTYNL, " ", +      vty_out (vty, "    %s \n%14s %10d %10d %10d      %s\n", inet6_ntoa (peer->addr), +               " ",  	       peer->recv_badpackets, peer->recv_badroutes,  	       ZEBRA_RIPNG_DISTANCE_DEFAULT,  	       ripng_peer_uptime(peer, timebuf, RIPNG_UPTIME_LEN));  | 
