summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/developer/mgmtd-dev.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer/mgmtd-dev.rst b/doc/developer/mgmtd-dev.rst
index fb171c4ae..92911bf65 100644
--- a/doc/developer/mgmtd-dev.rst
+++ b/doc/developer/mgmtd-dev.rst
@@ -89,7 +89,7 @@ An here is the addition to the modules array in ``mgmtd/mgmt_main.c``:
...
#ifdef HAVE_STATICD
&(struct frr_yang_module_info){.name = "frr-staticd",
- .ignore_cbs = true},
+ .ignore_cfg_cbs = true},
#endif
}