libosmocore/src/vty
Harald Welte 11eb4b5add vty: Add logging_vty_add_deprecated_subsys
This function permits the user to register deprecated log categories,
which will ensure that if log categories are removed from a program,
old config files will still load.

We simply dynamically allocate a cmd_element and install it at
CFG_LOG_NODE.  Not registering it at VIEW_NODE or ENABLE_NODE
ensures that it's not accessible from the interactive VTY, but only
from the config file / configure node.

Change-Id: I171f62ea2dc565b3a6c3eecd27fb7853e2529598
2018-06-09 17:43:33 +02:00
..
Makefile.am Bump version: 0.10.2.284-bc47-dirty → 0.11.0 2018-05-03 15:47:11 +02:00
buffer.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
command.c vty: Don't dump deprecated commands in XML export 2018-06-09 17:43:33 +02:00
fsm_vty.c ensure VTY commands don't segfault if an FSM has no event names 2018-02-26 19:01:10 +00:00
logging_vty.c vty: Add logging_vty_add_deprecated_subsys 2018-06-09 17:43:33 +02:00
stats_vty.c Add a 'show rate-counters' VTY command. 2018-05-24 18:44:40 +02:00
talloc_ctx_vty.c talloc_ctx_vty: Fix help strings (missing \n at end of line) 2018-02-14 00:53:22 +00:00
telnet_interface.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
utils.c remove unused argument from pad_append_ctr() helper function 2018-05-25 13:06:41 +02:00
vector.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
vty.c VTY: Don't welcome the user to the "control" interface, if it's VTY 2018-03-27 07:21:46 +00:00