Skip to content

Commit

Permalink
pbrd: add missing newline at the end of warning message
Browse files Browse the repository at this point in the history
Signed-off-by: Renato Westphal <[email protected]>
  • Loading branch information
rwestphal authored and donaldsharp committed Feb 25, 2019
1 parent fb83a3e commit 9dc3ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pbrd/pbr_vty.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 9dc3ac5

Please sign in to comment.