summaryrefslogtreecommitdiffstats
path: root/sharpd
diff options
context:
space:
mode:
authoranlan_cs <vic.lan@pica8.com>2022-02-27 02:38:29 +0100
committeranlan_cs <vic.lan@pica8.com>2022-02-27 03:59:19 +0100
commit4d4c404bf6f82ec7df67baff072e4f237c47180e (patch)
tree08fea36c37bb809f3fed67088c5c521120281140 /sharpd
parentMerge pull request #10665 from opensourcerouting/pim6-fix-warning (diff)
downloadfrr-4d4c404bf6f82ec7df67baff072e4f237c47180e.tar.xz
frr-4d4c404bf6f82ec7df67baff072e4f237c47180e.zip
*: Add necessary new line for output of vty_out()
Signed-off-by: anlan_cs <vic.lan@pica8.com>
Diffstat (limited to 'sharpd')
-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 ceed9cf73..78cc57cc4 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;
}