Merge pull request #9977 from ton31337/fix/documentation_for_rpki_from_packages

doc: We must install rpki packages to enable RPKI support
This commit is contained in:
Igor Ryzhov 2021-11-08 15:42:51 +03:00 committed by GitHub
commit 2d5b7a5b46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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::