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

Change-Id: I8e44f771cbd03629c066bc24c3186997761f93f1
This commit is contained in:
Vadim Yanitskiy 2020-10-30 01:47:35 +07:00 committed by laforge
parent ef79fd9b95
commit c620ced36d
1 changed files with 2 additions and 2 deletions

View File

@ -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")
{