]> git.proxmox.com Git - mirror_frr.git/commitdiff
mgmtd: remove the frr_startup.json related documentation.
authorManoj Naragund <mnaragund@vmware.com>
Tue, 11 Apr 2023 11:03:58 +0000 (04:03 -0700)
committerManoj Naragund <mnaragund@vmware.com>
Tue, 11 Apr 2023 11:03:58 +0000 (04:03 -0700)
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 <mnaragund@vmware.com>
doc/user/mgmtd.rst

index 6ea7e7891a0067f28775c3a0aa75d348114095d6..6614a568f849c73f78c9d19d11463c5e85e42071 100644 (file)
@@ -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