diff options
author | Christian Hopps <chopps@labn.net> | 2023-04-26 23:50:46 +0200 |
---|---|---|
committer | Christian Hopps <chopps@labn.net> | 2023-05-01 19:47:12 +0200 |
commit | cfa0facbf936fc6cc053fafea7d2b6fa8bccfc4c (patch) | |
tree | 727b06f65947ae9702c691dfeb4dfe8951225ca8 /doc | |
parent | Merge pull request #13368 from Keelan10/nhrpd-memory-leak (diff) | |
download | frr-cfa0facbf936fc6cc053fafea7d2b6fa8bccfc4c.tar.xz frr-cfa0facbf936fc6cc053fafea7d2b6fa8bccfc4c.zip |
mgmtd: fully implement debug flags for mgmtd and clients
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/mgmtd.rst | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/doc/user/mgmtd.rst b/doc/user/mgmtd.rst index 6614a568f..737eb57c8 100644 --- a/doc/user/mgmtd.rst +++ b/doc/user/mgmtd.rst @@ -364,3 +364,46 @@ MGMT Show commands .. clicmd:: show mgmt commit-history This command dumps details of upto last 10 commits handled by MGMTd. + + +MGMT Daemon debug commands +========================== + +The following debug commands enable debugging within the management daemon: + +.. clicmd:: [no] debug mgmt backend + + Enable[/Disable] debugging messages related to backend operations within the + management daemon. + +.. clicmd:: [no] debug mgmt datastore + + Enable[/Disable] debugging messages related to YANG datastore operations + within the management daemon. + +.. clicmd:: [no] debug mgmt frontend + + Enable[/Disable] debugging messages related to frontend operations within the + management daemon. + +.. clicmd:: [no] debug mgmt transaction + + Enable[/Disable] debugging messages related to transactions within the + management daemon. + + +MGMT Client debug commands +========================== + +The following debug commands enable debugging within the management front and +backend clients: + +.. clicmd:: [no] debug mgmt client backend + + Enable[/Disable] debugging messages related to backend operations inside the + backend mgmtd clients. + +.. clicmd:: [no] debug mgmt client frontend + + Enable[/Disable] debugging messages related to frontend operations inside the + frontend mgmtd clients. |