]> git.puffer.fish Git - mirror/frr.git/commitdiff
pbrd: add missing newline at the end of warning message
authorRenato Westphal <renato@opensourcerouting.org>
Wed, 20 Feb 2019 18:34:17 +0000 (15:34 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Thu, 21 Feb 2019 02:04:12 +0000 (23:04 -0300)
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
pbrd/pbr_vty.c

index 2b6c38593b304b1a30e069b6a7a534ab55578ad2..f8232c9581fdfbce715364f92a7c9638a7390004 100644 (file)
@@ -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;
                }