laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-cbc/+/27615 )
Change subject: VTY: cosmetic: use VTY_IPV46_CMD in the command string ......................................................................
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(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
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") {