aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gb_proxy_vty.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-23 11:24:17 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-24 08:22:45 +0200
commit90267a961c8254b5a01daa1bc8e90fd4c470d7ed (patch)
tree743c247e84c730775a6129b26024852d7cedc5e6 /openbsc/src/gprs/gb_proxy_vty.c
parent02ca7783ab73724b292bc46015df21f0474c34e5 (diff)
gbproxy: Add a command to delete peers from the GBProxy
This just deletes the peer entry based on NSEI and BVCI. The NS-VC are not touched.
Diffstat (limited to 'openbsc/src/gprs/gb_proxy_vty.c')
-rw-r--r--openbsc/src/gprs/gb_proxy_vty.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/src/gprs/gb_proxy_vty.c b/openbsc/src/gprs/gb_proxy_vty.c
index 63546d3f9..176ea65eb 100644
--- a/openbsc/src/gprs/gb_proxy_vty.c
+++ b/openbsc/src/gprs/gb_proxy_vty.c
@@ -80,6 +80,8 @@ int gbproxy_vty_init(void)
{
install_element_ve(&show_gbproxy_cmd);
+ install_element(ENABLE_NODE, &delete_gb_cmd);
+
install_element(CONFIG_NODE, &cfg_gbproxy_cmd);
install_node(&gbproxy_node, config_write_gbproxy);
bsc_install_default(GBPROXY_NODE);