summaryrefslogtreecommitdiff
path: root/sharpd/sharp_vty.c
diff options
context:
space:
mode:
authorDonald Sharp <donaldsharp72@gmail.com>2022-02-27 07:43:28 -0500
committerGitHub <noreply@github.com>2022-02-27 07:43:28 -0500
commitae45a630222b53b02d8fc7cd84bb24d8744cd09c (patch)
tree4c1bff2453ab978f538e5e3aea72650f01a4743c /sharpd/sharp_vty.c
parentfe972cbfd4973e1156f317c2425af8199892a01b (diff)
parent4d4c404bf6f82ec7df67baff072e4f237c47180e (diff)
Merge pull request #10669 from anlancs/bgpd-line
*: Add necessary new line for output of vty_out()
Diffstat (limited to 'sharpd/sharp_vty.c')
-rw-r--r--sharpd/sharp_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sharpd/sharp_vty.c b/sharpd/sharp_vty.c
index ceed9cf739..78cc57cc44 100644
--- a/sharpd/sharp_vty.c
+++ b/sharpd/sharp_vty.c
@@ -540,7 +540,7 @@ DEFPY(vrf_label, vrf_label_cmd,
vrf = vrf_lookup_by_name(vrf_name);
if (!vrf) {
- vty_out(vty, "Unable to find vrf you silly head");
+ vty_out(vty, "Unable to find vrf you silly head\n");
return CMD_WARNING_CONFIG_FAILED;
}