summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2019-02-20 15:34:17 -0300
committerRenato Westphal <renato@opensourcerouting.org>2019-02-20 17:13:01 -0300
commit8ad0d0eb44bdd298908b3ee7338386d7568ae93c (patch)
treec1b4cb97795ce4a0def4b549069b974d0aee2def
parent7e6d3db84ed752c68d79e4da59b9365f74d57b0a (diff)
pbrd: add missing newline at the end of warning message
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
-rw-r--r--pbrd/pbr_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbrd/pbr_vty.c b/pbrd/pbr_vty.c
index a4b87f99d9..07323fa4da 100644
--- a/pbrd/pbr_vty.c
+++ b/pbrd/pbr_vty.c
@@ -300,7 +300,7 @@ DEFPY(pbr_map_nexthop, pbr_map_nexthop_cmd,
char buf[PBR_NHC_NAMELEN];
if (no) {
- vty_out(vty, "No nexthops to delete");
+ vty_out(vty, "No nexthops to delete\n");
return CMD_WARNING_CONFIG_FAILED;
}