]> git.puffer.fish Git - mirror/frr.git/commitdiff
babeld: remove redundant startup message
authorRenato Westphal <renato@opensourcerouting.org>
Wed, 26 Jul 2017 14:32:23 +0000 (11:32 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Wed, 26 Jul 2017 14:54:52 +0000 (11:54 -0300)
The frr_run() function already logs a startup message (and after reading
the config so the "log" commands are honored).

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
babeld/babel_main.c
babeld/babeld.h

index 517489f15f40b67bc3ea7b8411269367a6cb5db1..54626a4aeb5904c10b89f7ed6d9aa3851e956ebf 100644 (file)
@@ -207,8 +207,6 @@ main(int argc, char **argv)
 
     schedule_neighbours_check(5000, 1);
 
-    zlog_notice ("BABELd %s starting: vty@%d", BABEL_VERSION, babel_vty_port);
-
     frr_config_fork();
     frr_run(master);
 
index d933f1880554ee8bbf6d1888d7f471693d256f73..899b4f175c46cca29449a8ff4e21ce67ec39fc53 100644 (file)
@@ -90,7 +90,6 @@ THE SOFTWARE.
 
 #define BABEL_VTY_PORT 2609
 #define BABEL_DEFAULT_CONFIG "babeld.conf"
-#define BABEL_VERSION "0.1 for quagga"
 
 /* Values in milliseconds */
 #define BABEL_DEFAULT_HELLO_INTERVAL 4000