From b6b2f14197ff9bf7850501e055e6ed79e6f722b7 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 12 Dec 2020 15:15:34 +0100 Subject: gbproxy: rename vty command "show gbproxy ..." to "show gbproxy bvc ..." we have other objects to show, and the orthogoanl way to do this is to rename the existing one. Change-Id: I7836a37533a2de81720acedda712d61f429df12c --- src/gbproxy/gb_proxy_vty.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/gbproxy/gb_proxy_vty.c b/src/gbproxy/gb_proxy_vty.c index 976ac125b..fc2e8f199 100644 --- a/src/gbproxy/gb_proxy_vty.c +++ b/src/gbproxy/gb_proxy_vty.c @@ -198,8 +198,9 @@ DEFUN(logging_fltr_bvc, return CMD_SUCCESS; } -DEFUN(show_gbproxy, show_gbproxy_cmd, "show gbproxy (bss|sgsn) [stats]", +DEFUN(show_gbproxy_bvc, show_gbproxy_bvc_cmd, "show gbproxy bvc (bss|sgsn) [stats]", SHOW_STR "Display information about the Gb proxy\n" + "Show BSSGP Virtual Connections\n" "Display BSS-side BVCs\n" "Display SGSN-side BVCs\n" "Show statistics\n") @@ -334,7 +335,7 @@ DEFUN(delete_gb_nsei, delete_gb_nsei_cmd, int gbproxy_vty_init(void) { - install_element_ve(&show_gbproxy_cmd); + install_element_ve(&show_gbproxy_bvc_cmd); install_element_ve(&show_gbproxy_links_cmd); install_element_ve(&logging_fltr_bvc_cmd); -- cgit v1.2.3