diff options
author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-04-11 16:28:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-11 16:28:55 +0200 |
commit | 69173c6e5ee930762751c4f39715771dcc198173 (patch) | |
tree | a5fd6d71dfd709fa97983522be3df2867cff6956 /doc | |
parent | Merge pull request #13163 from isabelladeleon12/isis_log_drops (diff) | |
parent | mgmtd: remove the frr_startup.json related documentation. (diff) | |
download | frr-69173c6e5ee930762751c4f39715771dcc198173.tar.xz frr-69173c6e5ee930762751c4f39715771dcc198173.zip |
Merge pull request #13254 from manojvn/remove_startupjson_doc
mgmtd: remove the frr_startup.json related documentation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/mgmtd.rst | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/doc/user/mgmtd.rst b/doc/user/mgmtd.rst index 6ea7e7891..6614a568f 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 |