mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-cbc.git
synced 2025-10-23 08:22:19 +00:00
VTY: fix incomplete 'remote-ip' command description
Change-Id: I2f98285bda4a482ac1af04f71eafa19daee5137f
This commit is contained in:
@@ -471,7 +471,7 @@ DEFUN(cfg_peer_no_remote_port, cfg_peer_no_remote_port_cmd,
|
||||
DEFUN(cfg_peer_remote_ip, cfg_peer_remote_ip_cmd,
|
||||
"remote-ip " VTY_IPV46_CMD,
|
||||
"Configure remote IP of peer\n"
|
||||
"Remote IP address of peer\n")
|
||||
"IPv4 address of peer\n" "IPv6 address of peer\n")
|
||||
{
|
||||
struct cbc_peer *peer = (struct cbc_peer *) vty->index;
|
||||
osmo_talloc_replace_string(peer, &peer->remote_host, argv[0]);
|
||||
|
Reference in New Issue
Block a user