[MERGED] libosmocore[master]: vty/show asciidoc: add user readable description of the version

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/.

lynxis lazus gerrit-no-reply at lists.osmocom.org
Tue Oct 18 10:15:23 UTC 2016


lynxis lazus has submitted this change and it was merged.

Change subject: vty/show asciidoc: add user readable description of the version
......................................................................


vty/show asciidoc: add user readable description of the version

Change-Id: Ie0f1b3894361c58386da9defb225979fa0ee6a18
---
M src/vty/stats_vty.c
1 file changed, 10 insertions(+), 0 deletions(-)

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



diff --git a/src/vty/stats_vty.c b/src/vty/stats_vty.c
index 59befd2..2ca436a 100644
--- a/src/vty/stats_vty.c
+++ b/src/vty/stats_vty.c
@@ -41,6 +41,9 @@
 
 #define SHOW_STATS_STR "Show statistical values\n"
 
+/* containing version info */
+extern struct host host;
+
 struct cmd_node cfg_stats_node = {
 	CFG_STATS_NODE,
 	"%s(config-stats)# ",
@@ -484,6 +487,13 @@
       "show asciidoc counters",
       SHOW_STR "Asciidoc generation\n" "Generate table of all registered counters\n")
 {
+	vty_out(vty, "// autogenerated by show asciidoc counters%s", VTY_NEWLINE);
+	vty_out(vty, "These counters and their description based on %s %s (%s).%s%s",
+		host.app_info->name,
+		host.app_info->version,
+		host.app_info->name ? host.app_info->name : "", VTY_NEWLINE, VTY_NEWLINE);
+	/* 2x VTY_NEWLINE are intentional otherwise it would interpret the first table header
+	 * as usual text*/
 	vty_out(vty, "// generating tables for rate_ctr_group%s", VTY_NEWLINE);
 	rate_ctr_for_each_group(asciidoc_rate_ctr_group_handler, vty);
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie0f1b3894361c58386da9defb225979fa0ee6a18
Gerrit-PatchSet: 4
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: lynxis lazus <lynxis at fe80.eu>



More information about the gerrit-log mailing list