libosmocore/src/vty
Harald Welte 8d6ca6933f logging_vty: Fix saving of "logging print file .. last"
Back in 2018 in I393907b3c9e0cc1145e102328adad0a83ee13a9f Neels
introduced "last" as an optional flag to log the file/line number at the
end of the line, rather than at the end of the header.  It seems nobody
has been usingi this feature, or at least never tried to save a related
config file, as there was no code whatsoever that would ever save this
optional "last" flag.

Change-Id: I7b6245256aecc425722242aaabc154ac58ba27a0
2021-01-21 10:23:19 +01:00
..
Makefile.am vty: Introduce support to set cpu-affinity and scheduler policy 2020-08-10 14:11:18 +00:00
buffer.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
command.c vty: Fix left shifting out of range on signed variable 2020-12-21 15:45:45 +01:00
cpu_sched_vty.c vty: Mark cpu_sched_vty commands with attr immediate 2020-11-09 11:24:21 +01:00
fsm_vty.c vty/fsm_vty: Add vty_out_fsm2() + vty_out_fsm_inst2() with prefix 2021-01-20 14:59:03 +00:00
logging_vty.c logging_vty: Fix saving of "logging print file .. last" 2021-01-21 10:23:19 +01:00
stats_vty.c vty: use install_lib_element() and install_lib_element_ve() 2020-10-06 00:22:22 +07:00
talloc_ctx_vty.c vty: use install_lib_element() and install_lib_element_ve() 2020-10-06 00:22:22 +07:00
tdef_vty.c vty: use install_lib_element() and install_lib_element_ve() 2020-10-06 00:22:22 +07:00
telnet_interface.c cosmetic: vty: Fix trailing whitespace 2020-10-12 15:09:37 +00:00
utils.c stop printing group description in vty_out_rate_ctr_group_fmt() 2018-10-29 13:48:47 +00:00
vector.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
vty.c vty/command: restrict the use of '.', '!', and '@' as flags 2020-10-07 14:17:02 +07:00