From 2950f5da55af16c8efd1ca24f714e9d69c602503 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Tue, 8 Jan 2019 08:08:13 -0500 Subject: 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 --- tests/helpers/c/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/helpers/c/main.c') diff --git a/tests/helpers/c/main.c b/tests/helpers/c/main.c index 11db2dabc3..b1dcfcf707 100644 --- a/tests/helpers/c/main.c +++ b/tests/helpers/c/main.c @@ -153,7 +153,7 @@ int main(int argc, char **argv) /* Library inits. */ cmd_init(1); - vty_init(master); + vty_init(master, false); memory_init(); yang_init(); nb_init(master, NULL, 0); -- cgit v1.2.3