jolly has submitted this change. ( 
https://gerrit.osmocom.org/c/libosmocore/+/33445 )

Change subject: Allow 'configure <cr>' at VTY to enter config mode
......................................................................

Allow 'configure <cr>' at VTY to enter config mode

Similar to HP/Aruba, only the word or abbreviation of 'configure' is
required to enter config mode. This is the default. It is still possible
to add other configuration sources than 'terminal' if implemented in
the future.

Change-Id: I56d5d1bd5526603a397c62542e667c413f4952ca
---
M src/vty/command.c
1 file changed, 15 insertions(+), 1 deletion(-)

Approvals:
  fixeria: Looks good to me, but someone else must approve
  pespin: Looks good to me, but someone else must approve
  jolly: Looks good to me, approved
  Jenkins Builder: Verified




diff --git a/src/vty/command.c b/src/vty/command.c
index e67fd86..a3e0e36 100644
--- a/src/vty/command.c
+++ b/src/vty/command.c
@@ -2997,7 +2997,7 @@
 /* Configration from terminal */
 DEFUN(config_terminal,
       config_terminal_cmd,
-      "configure terminal",
+      "configure [terminal]",
       "Configuration from vty interface\n" "Configuration terminal\n")
 {
        if (vty_config_lock(vty))

--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/33445
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I56d5d1bd5526603a397c62542e667c413f4952ca
Gerrit-Change-Number: 33445
Gerrit-PatchSet: 2
Gerrit-Owner: jolly <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: jolly <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: neels <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to