From: Manoj Naragund Date: Tue, 11 Apr 2023 11:03:58 +0000 (-0700) Subject: mgmtd: remove the frr_startup.json related documentation. X-Git-Tag: base_9.0~203^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=edba9e6e7c787f226dcf266187798e2284d47a2e;p=matthieu%2Ffrr.git mgmtd: remove the frr_startup.json related documentation. Since mgmtd no longer supports the frr_startup.json, removing the documentation related to that. Proper documentation will be added when/if the frr_startup.json is ever supported. Signed-off-by: Manoj Naragund --- diff --git a/doc/user/mgmtd.rst b/doc/user/mgmtd.rst index 6ea7e7891a..6614a568f8 100644 --- a/doc/user/mgmtd.rst +++ b/doc/user/mgmtd.rst @@ -70,14 +70,6 @@ Frontend Interface and MGMTd: database. - Data can be retrieved anytime using GET_CONFIG/GET_DATA API. - - Startup Database: - - - Consists of configuration data items only. - - This is a copy of Running database that is stored in persistent - storage and is used to load configurations on Running database during - MGMT daemon startup. - - Data cannot be edited/retrieved directly via Frontend interface. - - Operational Database: - Consists of non-configurational data items. @@ -313,8 +305,7 @@ MGMT Configuration commands .. clicmd:: mgmt commit apply This command commits any uncommited changes in the Candidate DB to the - Running DB. It also dumps a copy of the tree in JSON format into - frr_startup.json. + Running DB. .. clicmd:: mgmt commit check