diff options
author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2021-11-05 21:45:05 +0100 |
---|---|---|
committer | Donatas Abraitis <donatas.abraitis@gmail.com> | 2021-11-08 10:34:52 +0100 |
commit | 5a238a01f1dc080d5512fb2c58716353b8cc37a7 (patch) | |
tree | ec45f00b3cc69fc8bed142fd36d0df3844bb21fc | |
parent | Merge pull request #9871 from opensourcerouting/vector-remove-vty (diff) | |
download | frr-5a238a01f1dc080d5512fb2c58716353b8cc37a7.tar.xz frr-5a238a01f1dc080d5512fb2c58716353b8cc37a7.zip |
doc: We must install rpki packages to enable RPKI support
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
-rw-r--r-- | doc/user/rpki.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/user/rpki.rst b/doc/user/rpki.rst index 235df5652..c1308913a 100644 --- a/doc/user/rpki.rst +++ b/doc/user/rpki.rst @@ -54,6 +54,9 @@ In a nutshell, the current implementation provides the following features Enabling RPKI ------------- +You must install ``frr-rpki-rtrlib`` additional package for RPKI support, +otherwise ``bgpd`` daemon won't startup. + .. clicmd:: rpki This command enables the RPKI configuration mode. Most commands that start @@ -66,8 +69,6 @@ Enabling RPKI to configure at least one reachable cache server. See section :ref:`configuring-rpki-rtr-cache-servers` for configuring a cache server. - -When first installing FRR with RPKI support from the pre-packaged binaries. Remember to add ``-M rpki`` to the variable ``bgpd_options`` in :file:`/etc/frr/daemons` , like so:: |