diff options
Diffstat (limited to 'doc/developer/mgmtd-dev.rst')
-rw-r--r-- | doc/developer/mgmtd-dev.rst | 2 |
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 } |