]> git.puffer.fish Git - matthieu/frr.git/commit
babeld: avoid reading the configuration file twice
authorRenato Westphal <renato@opensourcerouting.org>
Mon, 2 Jul 2018 01:08:02 +0000 (22:08 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Mon, 13 Aug 2018 21:59:31 +0000 (18:59 -0300)
commitcd028568249c65cdceb0e8693aed822b1ed51429
treeb5c348bc4663b5f840b4baf80a20a573b73364eb
parent9ea82f28d499f2bf5668fde86474b3e5287e58c6
babeld: avoid reading the configuration file twice

The frr_config_fork() function called by all FRR daemons during
initialization already takes care of reading the startup configuration
file.

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