summaryrefslogtreecommitdiff
path: root/bgpd/bgp_vty.c
diff options
context:
space:
mode:
Diffstat (limited to 'bgpd/bgp_vty.c')
-rw-r--r--bgpd/bgp_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c
index afe4c7ae6f..d21e257cb5 100644
--- a/bgpd/bgp_vty.c
+++ b/bgpd/bgp_vty.c
@@ -8566,7 +8566,7 @@ DEFPY (af_sid_vpn_export,
if (!yes) {
/* implement me */
- vty_out(vty, "It's not implemented");
+ vty_out(vty, "It's not implemented\n");
return CMD_WARNING_CONFIG_FAILED;
}