aboutsummaryrefslogtreecommitdiffstats
path: root/CommonLibs
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-10-30 01:47:35 +0700
committerlaforge <laforge@osmocom.org>2020-11-02 09:27:08 +0000
commitc620ced36d68ecee16e8f3f1d08c8d326bd8d568 (patch)
tree803eba39afb7831496eb6f4b0daf4c35361efefa /CommonLibs
parentef79fd9b958f1da37a4ad6b55d942151d0b20d5a (diff)
vty: cosmetic: use VTY_IPV4_CMD in 'bind-ip' / 'remote-ip'
Diffstat (limited to 'CommonLibs')
-rw-r--r--CommonLibs/trx_vty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/CommonLibs/trx_vty.c b/CommonLibs/trx_vty.c
index 57b9fe2..54db54b 100644
--- a/CommonLibs/trx_vty.c
+++ b/CommonLibs/trx_vty.c
@@ -112,7 +112,7 @@ DEFUN(cfg_trx, cfg_trx_cmd,
}
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_bind_ip, cfg_bind_ip_cmd,
}
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")
{