aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/vty.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-09-24 18:08:04 +0200
committerHarald Welte <laforge@gnumonks.org>2018-09-26 07:28:20 +0000
commiteeba57652af493da57655444b6f44387cb49633d (patch)
treea30a67a63c0818fa182fbfb9d5ab77af6d05d162 /src/common/vty.c
parent4e3fdbc7381a4769655677b908e5c40540dc9aff (diff)
vty: mark 'rtp bind-ip' deprecated, not hidden
The command implementation says "deprecated", so then the vty command attribute should also be DEPRECATED. It will be hidden from online docs and vty reference. Change-Id: I23e620f1b947e129989fe69c6380c91b9abf7021
Diffstat (limited to 'src/common/vty.c')
-rw-r--r--src/common/vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/vty.c b/src/common/vty.c
index 60613352..f918f576 100644
--- a/src/common/vty.c
+++ b/src/common/vty.c
@@ -464,7 +464,7 @@ DEFUN(cfg_bts_oml_ip,
#define RTP_STR "RTP parameters\n"
-DEFUN_HIDDEN(cfg_bts_rtp_bind_ip,
+DEFUN_DEPRECATED(cfg_bts_rtp_bind_ip,
cfg_bts_rtp_bind_ip_cmd,
"rtp bind-ip A.B.C.D",
RTP_STR "RTP local bind IP Address\n" "RTP local bind IP Address\n")