From a2501a20651bad1c1645547c8ad99af4f5c64e2e Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 23 Mar 2018 19:33:27 +0100 Subject: VTY: Don't welcome the user to the "control" interface, if it's VTY This is quite confusing, I'm surprised that it has not been flagged before... Change-Id: I3dc07290579949891e481675d493e5a2ea6d0aed --- src/vty/vty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vty/vty.c b/src/vty/vty.c index e741a66a..08258e71 100644 --- a/src/vty/vty.c +++ b/src/vty/vty.c @@ -362,7 +362,7 @@ void vty_hello(struct vty *vty) if (host.app_info->name) app_name = host.app_info->name; - vty_out(vty, "Welcome to the %s control interface%s%s", + vty_out(vty, "Welcome to the %s VTY interface%s%s", app_name, VTY_NEWLINE, VTY_NEWLINE); if (host.app_info->copyright) -- cgit v1.2.3