From eeba57652af493da57655444b6f44387cb49633d Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 24 Sep 2018 18:08:04 +0200 Subject: [PATCH] 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 --- src/common/vty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/vty.c b/src/common/vty.c index 606133522..f918f5768 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")