]> git.proxmox.com Git - mirror_frr.git/blobdiff - tests/lib/cli/common_cli.c
Merge pull request #12798 from donaldsharp/rib_match_multicast
[mirror_frr.git] / tests / lib / cli / common_cli.c
index 8be81cc4cb1ece3d326f85c17548cabda1019829..29dad7d80f61600459962fccd1961edbbda7e6b6 100644 (file)
@@ -1,22 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * generic CLI test helper functions
  *
  * Copyright (C) 2015 by David Lamparter,
  *                   for Open Source Routing / NetDEF, Inc.
- *
- * Quagga is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; either version 2, or (at your option) any
- * later version.
- *
- * Quagga is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program; see the file COPYING; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
 #include <zebra.h>
@@ -60,6 +47,7 @@ static void vty_do_exit(int isexit)
 }
 
 const struct frr_yang_module_info *const *test_yang_modules = NULL;
+int test_log_prio = ZLOG_DISABLED;
 
 /* main routine. */
 int main(int argc, char **argv)
@@ -73,7 +61,7 @@ int main(int argc, char **argv)
        /* master init. */
        master = thread_master_create(NULL);
 
-       zlog_aux_init("NONE: ", ZLOG_DISABLED);
+       zlog_aux_init("NONE: ", test_log_prio);
 
        /* Library inits. */
        cmd_init(1);