Change in osmo-trx[master]: vty: cosmetic: use VTY_IPV4_CMD in 'bind-ip' / 'remote-ip'

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

fixeria gerrit-no-reply at lists.osmocom.org
Thu Oct 29 22:07:08 UTC 2020


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-trx/+/20973 )


Change subject: vty: cosmetic: use VTY_IPV4_CMD in 'bind-ip' / 'remote-ip'
......................................................................

vty: cosmetic: use VTY_IPV4_CMD in 'bind-ip' / 'remote-ip'

Change-Id: I8e44f771cbd03629c066bc24c3186997761f93f1
---
M CommonLibs/trx_vty.c
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/73/20973/1

diff --git a/CommonLibs/trx_vty.c b/CommonLibs/trx_vty.c
index c06e86a..860ec51 100644
--- a/CommonLibs/trx_vty.c
+++ b/CommonLibs/trx_vty.c
@@ -112,7 +112,7 @@
 }
 
 DEFUN(cfg_bind_ip, cfg_bind_ip_cmd,
-	"bind-ip A.B.C.D",
+	"bind-ip " VTY_IPV4_CMD,
 	"Set the IP address for the local bind\n"
 	"IPv4 Address\n")
 {
@@ -124,7 +124,7 @@
 }
 
 DEFUN(cfg_remote_ip, cfg_remote_ip_cmd,
-	"remote-ip A.B.C.D",
+	"remote-ip " VTY_IPV4_CMD,
 	"Set the IP address for the remote BTS\n"
 	"IPv4 Address\n")
 {

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

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I8e44f771cbd03629c066bc24c3186997761f93f1
Gerrit-Change-Number: 20973
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201029/df78f2aa/attachment.htm>


More information about the gerrit-log mailing list