diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-06-21 18:10:29 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2017-06-29 17:34:56 +0000 |
| commit | e31b6333f4def619b6471d67bb901f7893a83193 (patch) | |
| tree | 7d07cbd86fb8e6eeae363a3ea30e215de175ef0e /bgpd/bgp_vpn.c | |
| parent | 1318e7c84190d55d958cd412276115850d46f55f (diff) | |
*: vty_outln (vty, "") --> vty_out (vty, VTYNL)
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
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 a1eb5c4a4e..3e62243957 100644 --- a/bgpd/bgp_vpn.c +++ b/bgpd/bgp_vpn.c @@ -170,7 +170,7 @@ show_adj_route_vpn (struct vty *vty, struct peer *peer, struct prefix_rd *prd, rd_vnc_eth.macaddr.octet[5]); #endif - vty_outln (vty, ""); + vty_out (vty, VTYNL); } rd_header = 0; } |
