]> git.puffer.fish Git - mirror/frr.git/commitdiff
mgmtd: support bundle commands for mgmt daemon. 14397/head
authorManoj Naragund <mnaragund@vmware.com>
Tue, 12 Sep 2023 08:53:04 +0000 (01:53 -0700)
committerManoj Naragund <mnaragund@vmware.com>
Tue, 12 Sep 2023 08:53:04 +0000 (01:53 -0700)
Signed-off-by: Manoj Naragund <mnaragund@vmware.com>
tools/etc/frr/support_bundle_commands.conf

index a727f86a03c3c78e6785265588af63f8dbf361c6..b7a170824802635228f7928b9226fd64999ce91b 100644 (file)
@@ -241,3 +241,19 @@ show ipv6 pim bsr
 show ipv6 pim bsrp-info
 show ipv6 pim bsm-databases
 CMD_LIST_END
+
+#MGMT Support Bundle Command List
+PROC_NAME:mgmt
+CMD_LIST_START
+show mgmt backend-adapter all
+show mgmt backend-yang-xpath-registry
+show mgmt commit-history
+show mgmt datastore all
+show mgmt datastore-contents candidate json
+show mgmt datastore-contents running json
+show mgmt frontend-adapter all detail
+show mgmt get-config candidate /
+show mgmt get-config running /
+show mgmt transaction all
+show mgmt yang-xpath-subscription /
+CMD_LIST_END