[MERGED] libosmocore[master]: vty: fix style: bssgp node vty prompt

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Wed Sep 27 12:01:17 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: vty: fix style: bssgp node vty prompt
......................................................................


vty: fix style: bssgp node vty prompt

Add trailing space and 'config-' prefix to match our common VTY node prompt
style.

Change-Id: I88db128cad9fcc6e53326b4aed5d06ea9102f328
---
M src/gb/gprs_bssgp_vty.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/gb/gprs_bssgp_vty.c b/src/gb/gprs_bssgp_vty.c
index 703d130..30ba603 100644
--- a/src/gb/gprs_bssgp_vty.c
+++ b/src/gb/gprs_bssgp_vty.c
@@ -58,7 +58,7 @@
 
 static struct cmd_node bssgp_node = {
 	L_BSSGP_NODE,
-	"%s(bssgp)#",
+	"%s(config-bssgp)# ",
 	1,
 };
 

-- 
To view, visit https://gerrit.osmocom.org/4053
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I88db128cad9fcc6e53326b4aed5d06ea9102f328
Gerrit-PatchSet: 2
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list