summaryrefslogtreecommitdiffstats
path: root/lib/bfd.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2017-06-21 20:10:29 +0200
committerQuentin Young <qlyoung@cumulusnetworks.com>2017-06-29 19:34:56 +0200
commite31b6333f4def619b6471d67bb901f7893a83193 (patch)
tree7d07cbd86fb8e6eeae363a3ea30e215de175ef0e /lib/bfd.c
parent*: s/VTY_NEWLINE/VTYNL/g (diff)
downloadfrr-e31b6333f4def619b6471d67bb901f7893a83193.tar.xz
frr-e31b6333f4def619b6471d67bb901f7893a83193.zip
*: vty_outln (vty, "") --> vty_out (vty, VTYNL)
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'lib/bfd.c')
-rw-r--r--lib/bfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bfd.c b/lib/bfd.c
index 30271e010..e6f881c99 100644
--- a/lib/bfd.c
+++ b/lib/bfd.c
@@ -461,7 +461,7 @@ bfd_show_info(struct vty *vty, struct bfd_info *bfd_info, int multihop,
if (use_json)
json_object_object_add(json_obj, "peerBfdInfo", json_bfd);
else
- vty_outln (vty, "");
+ vty_out (vty, VTYNL);
}
/*