diff options
| author | Pushpasis Sarkar <spushpasis@vmware.com> | 2021-10-29 10:22:42 -0700 | 
|---|---|---|
| committer | Christian Hopps <chopps@labn.net> | 2023-03-21 22:09:10 -0400 | 
| commit | 5b08f6f9ead9b97c9d49a133a1f7420d707ef0b2 (patch) | |
| tree | 34ce25877f1bdfa6a9be04d89d5760aed23b1bbf /doc/user/subdir.am | |
| parent | d1e85e36008136fcbd0ab2133a78c30af3e612fc (diff) | |
doc: Add documentation for MGMT daemon
This commit adds user documentation for the new MGMT daemon and
new FRR Management Framework.
Co-authored-by: Yash Ranjan <ranjany@vmware.com>
Co-authored-by: Abhinay Ramesh <rabhinay@vmware.com>
Co-authored-by: Ujwal P <ujwalp@vmware.com>
Signed-off-by: Pushpasis Sarkar <pushpasis@gmail.com>
Diffstat (limited to 'doc/user/subdir.am')
| -rw-r--r-- | doc/user/subdir.am | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/user/subdir.am b/doc/user/subdir.am index b8c5c70d9c..4879f7f7ef 100644 --- a/doc/user/subdir.am +++ b/doc/user/subdir.am @@ -54,6 +54,7 @@ user_RSTFILES = \  	doc/user/flowspec.rst \  	doc/user/watchfrr.rst \  	doc/user/wecmp_linkbw.rst \ +	doc/user/mgmtd.rst \  	# end  EXTRA_DIST += \  | 
