laforge submitted this change.

View Change

Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
VTY: cosmetic: use VTY_IPV46_CMD in the command string

Change-Id: I3088aed936b936d36a550f766031328143481064
---
M src/cbc_vty.c
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/cbc_vty.c b/src/cbc_vty.c
index 9a36aa4..24ca1a9 100644
--- a/src/cbc_vty.c
+++ b/src/cbc_vty.c
@@ -347,7 +347,7 @@
}

DEFUN(cfg_cbsp_local_ip, cfg_cbsp_local_ip_cmd,
- "local-ip (A.B.C.D|X:X::X:X)",
+ "local-ip " VTY_IPV46_CMD,
"Local IP address for CBSP\n"
"Local IPv4 address for CBSP\n" "Local IPv6 address for CBSP\n")
{
@@ -383,7 +383,7 @@
}

DEFUN(cfg_ecbe_local_ip, cfg_ecbe_local_ip_cmd,
- "local-ip (A.B.C.D|X:X::X:X)",
+ "local-ip " VTY_IPV46_CMD,
"Local IP address for CBSP\n"
"Local IPv4 address for ECBE REST Interface\n"
"Local IPv6 address for ECBE REST Interface\n")
@@ -469,7 +469,7 @@


DEFUN(cfg_peer_remote_ip, cfg_peer_remote_ip_cmd,
- "remote-ip (A.B.C.D|X:X::X:X)",
+ "remote-ip " VTY_IPV46_CMD,
"Configure remote IP of peer\n"
"Remote IP address of peer\n")
{

To view, visit change 27615. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-cbc
Gerrit-Branch: master
Gerrit-Change-Id: I3088aed936b936d36a550f766031328143481064
Gerrit-Change-Number: 27615
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-MessageType: merged