summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorManoj Naragund <mnaragund@vmware.com>2023-09-12 01:53:04 -0700
committerManoj Naragund <mnaragund@vmware.com>2023-09-12 01:53:04 -0700
commit1dfc0d200c911a8c2777568a050c4bee7670b068 (patch)
tree72649f2d3383a1d71d9080321e80addc1f9b736c /tools
parentedd243280c56018e413a5773b2e8cb82d8be8421 (diff)
mgmtd: support bundle commands for mgmt daemon.
Signed-off-by: Manoj Naragund <mnaragund@vmware.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/etc/frr/support_bundle_commands.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/etc/frr/support_bundle_commands.conf b/tools/etc/frr/support_bundle_commands.conf
index a727f86a03..b7a1708248 100644
--- a/tools/etc/frr/support_bundle_commands.conf
+++ b/tools/etc/frr/support_bundle_commands.conf
@@ -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