]> git.puffer.fish Git - mirror/frr.git/commit
lib, mgmtd: rename ignore_cbs to ignore_cfg_cbs 15136/head
authorIgor Ryzhov <iryzhov@nfware.com>
Thu, 11 Jan 2024 21:47:48 +0000 (23:47 +0200)
committerIgor Ryzhov <iryzhov@nfware.com>
Thu, 11 Jan 2024 21:47:48 +0000 (23:47 +0200)
commit34721972bad4b7e8e8322a8d7a5ee3c1cb87f213
tree6cedaf9f35d11081496d76ac2cfaedade55e59a3
parent86cbd5831e479baa717a47ba3b2d510a3c7233c2
lib, mgmtd: rename ignore_cbs to ignore_cfg_cbs

Setting this variable to true makes NB ignore only configuration-related
callbacks. CLI-related callbacks are still loaded and executed, so
rename the variable to make it clearer.

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
doc/developer/mgmtd-dev.rst
lib/northbound.c
lib/northbound.h
mgmtd/mgmt_main.c
staticd/static_vty.c