summaryrefslogtreecommitdiff
path: root/doc/developer/building-frr-for-netbsd7.rst
diff options
context:
space:
mode:
authorPushpasis Sarkar <spushpasis@vmware.com>2021-10-29 10:22:42 -0700
committerChristian Hopps <chopps@labn.net>2023-03-21 22:09:10 -0400
commit5b08f6f9ead9b97c9d49a133a1f7420d707ef0b2 (patch)
tree34ce25877f1bdfa6a9be04d89d5760aed23b1bbf /doc/developer/building-frr-for-netbsd7.rst
parentd1e85e36008136fcbd0ab2133a78c30af3e612fc (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/developer/building-frr-for-netbsd7.rst')
-rw-r--r--doc/developer/building-frr-for-netbsd7.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/developer/building-frr-for-netbsd7.rst b/doc/developer/building-frr-for-netbsd7.rst
index a52ece19a1..e751ba338c 100644
--- a/doc/developer/building-frr-for-netbsd7.rst
+++ b/doc/developer/building-frr-for-netbsd7.rst
@@ -14,7 +14,8 @@ Install required packages
::
sudo pkgin install git autoconf automake libtool gmake openssl \
- pkg-config json-c python36 py36-test py36-sphinx
+ pkg-config json-c python36 py36-test py36-sphinx \
+ protobuf-c
Install SSL Root Certificates (for git https access):