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
This commit is contained in:
Neels Hofmeyr 2018-09-24 18:08:04 +02:00 committed by Harald Welte
parent 4e3fdbc738
commit eeba57652a
1 changed files with 1 additions and 1 deletions

View File

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