Change in libosmocore[master]: Fix VTY documentation error introduced in "bind" VTY port change

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
Sun Dec 23 09:46:18 UTC 2018


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/12426 )

Change subject: Fix VTY documentation error introduced  in "bind" VTY port change
......................................................................

Fix VTY documentation error introduced  in "bind" VTY port change

In 99ae401e490e60fc07bef7eacc478be7bdcc9f5a we introduced the ability
to specify the TCP port to which the VTY should bind.  However, the VTY
dcumentation wasn't extended accordingly, causing virtually all master
build jobs to fail.

Change-Id: I54fb0ca0d3a884a64a349b22de70f3d9bd1a6d54
---
M src/vty/vty.c
1 file changed, 2 insertions(+), 1 deletion(-)

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



diff --git a/src/vty/vty.c b/src/vty/vty.c
index 7f6c225..abce887 100644
--- a/src/vty/vty.c
+++ b/src/vty/vty.c
@@ -1616,7 +1616,8 @@
 /* vty bind */
 DEFUN(vty_bind, vty_bind_cmd, "bind A.B.C.D [<0-65535>]",
       "Accept VTY telnet connections on local interface\n"
-      "Local interface IP address (default: " VTY_BIND_ADDR_DEFAULT ")\n")
+      "Local interface IP address (default: " VTY_BIND_ADDR_DEFAULT ")\n"
+      "Local TCP port number\n")
 {
 	talloc_free((void*)vty_bind_addr);
 	vty_bind_addr = talloc_strdup(tall_vty_ctx, argv[0]);

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I54fb0ca0d3a884a64a349b22de70f3d9bd1a6d54
Gerrit-Change-Number: 12426
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Holger Freyther <holger at freyther.de>
Gerrit-Reviewer: Jenkins Builder (1000002)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181223/6b0bdfa2/attachment.htm>


More information about the gerrit-log mailing list