From c620ced36d68ecee16e8f3f1d08c8d326bd8d568 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Fri, 30 Oct 2020 01:47:35 +0700 Subject: [PATCH] vty: cosmetic: use VTY_IPV4_CMD in 'bind-ip' / 'remote-ip' Change-Id: I8e44f771cbd03629c066bc24c3186997761f93f1 --- CommonLibs/trx_vty.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CommonLibs/trx_vty.c b/CommonLibs/trx_vty.c index 57b9fe29..54db54ba 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") {