diff options
Diffstat (limited to 'bgpd/bgp_vpn.c')
-rw-r--r-- | bgpd/bgp_vpn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_vpn.c b/bgpd/bgp_vpn.c index a40396c44..a1eb5c4a4 100644 --- a/bgpd/bgp_vpn.c +++ b/bgpd/bgp_vpn.c @@ -109,7 +109,7 @@ show_adj_route_vpn (struct vty *vty, struct peer *peer, struct prefix_rd *prd, vty_outln (vty, "Status codes: s suppressed, d damped, h history, * valid, > best, i - internal"); vty_outln (vty, "Origin codes: i - IGP, e - EGP, ? - incomplete%s", - VTY_NEWLINE); + VTYNL); vty_outln (vty, V4_HEADER); } header = 0; |