]> git.proxmox.com Git - mirror_frr.git/commit - lib/vty.c
lib: Add '--command-log-always` to all daemons startup
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 8 Jan 2019 13:08:13 +0000 (08:08 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 31 May 2019 14:06:42 +0000 (10:06 -0400)
commit2950f5da55af16c8efd1ca24f714e9d69c602503
treef0fb34f79c0dc851a405b58fa3df719f752e8368
parent9c61cec7e3847a4b9841c7914d57c93e3387929a
lib: Add '--command-log-always` to all daemons startup

Add 'no log commands' cli and at the same time add a
--command-log-always to the daemon startup cli.

If --command-log-always is specified then all commands are
auto-logged and the 'no log commands' form of the command
is now ignored.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/grammar_sandbox_main.c
lib/libfrr.c
lib/libfrr.h
lib/subdir.am
lib/vty.c
lib/vty.h
tests/helpers/c/main.c
tests/lib/cli/common_cli.c
tests/lib/northbound/test_oper_data.c