summaryrefslogtreecommitdiffstats
path: root/doc/developer/building-frr-for-netbsd6.rst
diff options
context:
space:
mode:
authorPushpasis Sarkar <spushpasis@vmware.com>2021-10-29 19:22:42 +0200
committerChristian Hopps <chopps@labn.net>2023-03-22 03:09:10 +0100
commit5b08f6f9ead9b97c9d49a133a1f7420d707ef0b2 (patch)
tree34ce25877f1bdfa6a9be04d89d5760aed23b1bbf /doc/developer/building-frr-for-netbsd6.rst
parentmgmtd: Enroll Staticd as a backend client for MGMTD (diff)
downloadfrr-5b08f6f9ead9b97c9d49a133a1f7420d707ef0b2.tar.xz
frr-5b08f6f9ead9b97c9d49a133a1f7420d707ef0b2.zip
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/developer/building-frr-for-netbsd6.rst')
-rw-r--r--doc/developer/building-frr-for-netbsd6.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/developer/building-frr-for-netbsd6.rst b/doc/developer/building-frr-for-netbsd6.rst
index a78f8b3c2..8958862fe 100644
--- a/doc/developer/building-frr-for-netbsd6.rst
+++ b/doc/developer/building-frr-for-netbsd6.rst
@@ -23,7 +23,8 @@ Add packages:
::
sudo pkg_add git autoconf automake libtool gmake openssl \
- pkg-config json-c py36-test python36 py36-sphinx
+ pkg-config json-c py36-test python36 py36-sphinx \
+ protobuf-c
Install SSL Root Certificates (for git https access):