libosmocore/include/osmocom/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
..
buffer.h doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
command.h vty: deprecate now empty node commands 2017-11-08 02:54:54 +00:00
logging.h vty: Add logging_vty_add_deprecated_subsys 2018-06-09 17:43:33 +02:00
misc.h introduce vty_out_rate_ctr_group_fmt() function 2018-05-24 18:04:56 +02:00
ports.h ports.h: Add ctrl port for osmo-gbproxy 2018-05-29 21:02:16 +02:00
stats.h doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
telnet_interface.h doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
vector.h doxygen: unify use of \file across the board 2017-06-23 00:18:23 +00:00
vty.h VTY: implicit node exit by de-indenting, not parent lookup 2017-09-19 01:35:30 +00:00