summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_interface.c
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <Jafaral@users.noreply.github.com>2017-06-29 13:22:37 -0500
committerGitHub <noreply@github.com>2017-06-29 13:22:37 -0500
commitefd934cab078c715c5f647c19cebd8f85463b753 (patch)
tree313fa8bf14a7154db1cf285e5cc9dc7621f3fdc7 /ospf6d/ospf6_interface.c
parent9e3b206d7c25902cd3917d8969f16d118c8fea91 (diff)
parent8e25c8ce2ff6718d3c1d6cb5b6df6409147570d6 (diff)
Merge pull request #746 from qlyoung/vty-outln
vty_outln()
Diffstat (limited to 'ospf6d/ospf6_interface.c')
-rw-r--r--ospf6d/ospf6_interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_interface.c b/ospf6d/ospf6_interface.c
index 991eb318d7..e50de6fab2 100644
--- a/ospf6d/ospf6_interface.c
+++ b/ospf6d/ospf6_interface.c
@@ -1307,7 +1307,7 @@ DEFUN (auto_cost_reference_bandwidth,
refbw = strtol (argv[idx_number]->arg, NULL, 10);
if (refbw < 1 || refbw > 4294967)
{
- vty_out (vty, "reference-bandwidth value is invalid%s", VTY_NEWLINE);
+ vty_outln (vty, "reference-bandwidth value is invalid");
return CMD_WARNING;
}