diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2022-02-27 07:43:28 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-27 07:43:28 -0500 |
| commit | ae45a630222b53b02d8fc7cd84bb24d8744cd09c (patch) | |
| tree | 4c1bff2453ab978f538e5e3aea72650f01a4743c /pbrd/pbr_vty.c | |
| parent | fe972cbfd4973e1156f317c2425af8199892a01b (diff) | |
| parent | 4d4c404bf6f82ec7df67baff072e4f237c47180e (diff) | |
Merge pull request #10669 from anlancs/bgpd-line
*: Add necessary new line for output of vty_out()
Diffstat (limited to 'pbrd/pbr_vty.c')
| -rw-r--r-- | pbrd/pbr_vty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pbrd/pbr_vty.c b/pbrd/pbr_vty.c index 21c1409e91..b5946bd40d 100644 --- a/pbrd/pbr_vty.c +++ b/pbrd/pbr_vty.c @@ -358,7 +358,7 @@ DEFPY(pbr_map_match_mark, pbr_map_match_mark_cmd, struct pbr_map_sequence *pbrms = VTY_GET_CONTEXT(pbr_map_sequence); #ifndef GNU_LINUX - vty_out(vty, "pbr marks are not supported on this platform"); + vty_out(vty, "pbr marks are not supported on this platform\n"); return CMD_WARNING_CONFIG_FAILED; #endif |
