summaryrefslogtreecommitdiff
path: root/doc/developer/building-frr-for-debian9.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-debian9.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-debian9.rst')
-rw-r--r--doc/developer/building-frr-for-debian9.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/developer/building-frr-for-debian9.rst b/doc/developer/building-frr-for-debian9.rst
index b2fdef9990..1b2f1b933a 100644
--- a/doc/developer/building-frr-for-debian9.rst
+++ b/doc/developer/building-frr-for-debian9.rst
@@ -11,7 +11,8 @@ Add packages:
sudo apt-get install git autoconf automake libtool make \
libreadline-dev texinfo libjson-c-dev pkg-config bison flex \
libc-ares-dev python3-dev python3-pytest python3-sphinx build-essential \
- libsnmp-dev libcap-dev libelf-dev libunwind-dev
+ libsnmp-dev libcap-dev libelf-dev libunwind-dev \
+ libprotobuf-c-dev protobuf-c-compiler
.. include:: building-libunwind-note.rst