Change in osmo-bsc[master]: CBC VTY: fix doc: CBC listen IP defaults to 127.0.0.1 not 0.0.0.0

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

neels gerrit-no-reply at lists.osmocom.org
Wed Aug 26 15:56:26 UTC 2020


neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/19835 )


Change subject: CBC VTY: fix doc: CBC listen IP defaults to 127.0.0.1 not 0.0.0.0
......................................................................

CBC VTY: fix doc: CBC listen IP defaults to 127.0.0.1 not 0.0.0.0

See bsc_network_init() in bsc_init.c.

Change-Id: If439729a97104019d7088f26cf741e156b14cba7
---
M src/osmo-bsc/cbsp_link.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/35/19835/1

diff --git a/src/osmo-bsc/cbsp_link.c b/src/osmo-bsc/cbsp_link.c
index bf9d853..33f2e11 100644
--- a/src/osmo-bsc/cbsp_link.c
+++ b/src/osmo-bsc/cbsp_link.c
@@ -354,7 +354,7 @@
 DEFUN(cfg_cbc_listen_ip, cfg_cbc_listen_ip_cmd,
 	"listen-ip A.B.C.D",
 	CBSP_LISTEN
-	"Local IP Address where BSC listens for incoming CBC connections (Default: 0.0.0.0)\n")
+	"Local IP Address where BSC listens for incoming CBC connections (Default: 127.0.0.1)\n")
 {
 	struct bsc_cbc_link *cbc = vty_cbc_data(vty);
 	osmo_talloc_replace_string(cbc, &cbc->config.listen_hostname, argv[0]);

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: If439729a97104019d7088f26cf741e156b14cba7
Gerrit-Change-Number: 19835
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200826/207d4910/attachment.htm>


More information about the gerrit-log mailing list