]> git.puffer.fish Git - mirror/frr.git/commit
mgmtd: disable lib code for config reading 15293/head
authorIgor Ryzhov <iryzhov@nfware.com>
Sat, 3 Feb 2024 20:43:58 +0000 (22:43 +0200)
committerIgor Ryzhov <iryzhov@nfware.com>
Sun, 4 Feb 2024 20:27:11 +0000 (22:27 +0200)
commit3c40cead5a310e35f97c1e7a06e5e4e9509b8788
treeac8d933ad362545da63f955fed7a90c209a7dd5c
parent273356eac5d5588bfb1636787cb570a11576af37
mgmtd: disable lib code for config reading

mgmtd reads config files on its own, it doesn't need libfrr to do that.
The code is already skipped, because mgmtd uses `di->read_in` thread for
config reading and libfrr doesn't reschedule the thread, so this commit
just removes the dead code.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
mgmtd/mgmt_main.c