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 <[email protected]>
Gerrit-MessageType: newchange