diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-11 23:47:48 +0200 | 
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-11 23:47:48 +0200 | 
| commit | 34721972bad4b7e8e8322a8d7a5ee3c1cb87f213 (patch) | |
| tree | 6cedaf9f35d11081496d76ac2cfaedade55e59a3 /staticd | |
| parent | 86cbd5831e479baa717a47ba3b2d510a3c7233c2 (diff) | |
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>
Diffstat (limited to 'staticd')
| -rw-r--r-- | staticd/static_vty.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/staticd/static_vty.c b/staticd/static_vty.c index 70ea6c525a..a641d1a09f 100644 --- a/staticd/static_vty.c +++ b/staticd/static_vty.c @@ -1580,7 +1580,7 @@ static int static_path_list_cli_cmp(const struct lyd_node *dnode1,  const struct frr_yang_module_info frr_staticd_info = {  	.name = "frr-staticd", -	.ignore_cbs = true, +	.ignore_cfg_cbs = true,  	.nodes = {  		{  			.xpath = "/frr-routing:routing/control-plane-protocols/control-plane-protocol/frr-staticd:staticd",  | 
