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
This commit is contained in:
Harald Welte 2018-03-23 19:33:27 +01:00
parent 71f781c303
commit a2501a2065
1 changed files with 1 additions and 1 deletions

View File

@ -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)