summaryrefslogtreecommitdiffstats
path: root/babeld
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2017-07-26 16:32:23 +0200
committerRenato Westphal <renato@opensourcerouting.org>2017-07-26 16:54:52 +0200
commit66a43eb221d8aed1194269f25157741a09083e10 (patch)
treeb0c0cdd05f857e79543b614d2ae0b4cf4d36e56f /babeld
parentbabel: fix crashes and improve the redistribute command (diff)
downloadfrr-66a43eb221d8aed1194269f25157741a09083e10.tar.xz
frr-66a43eb221d8aed1194269f25157741a09083e10.zip
babeld: remove redundant startup message
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>
Diffstat (limited to 'babeld')
-rw-r--r--babeld/babel_main.c2
-rw-r--r--babeld/babeld.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/babeld/babel_main.c b/babeld/babel_main.c
index 517489f15..54626a4ae 100644
--- a/babeld/babel_main.c
+++ b/babeld/babel_main.c
@@ -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);
diff --git a/babeld/babeld.h b/babeld/babeld.h
index d933f1880..899b4f175 100644
--- a/babeld/babeld.h
+++ b/babeld/babeld.h
@@ -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