mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 00:56:19 +00:00
doc: remove unknown option role from rpki.rst
Options must be documented before they can be cross-referenced, and the scope for configure options is not present in rpki.rst. Remove the option role tag from the `-M` option to remove the build warning. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
379064db76
commit
a4a2a47555
@ -70,8 +70,8 @@ Enabling RPKI
|
|||||||
.. index:: RPKI and daemons.conf
|
.. index:: RPKI and daemons.conf
|
||||||
|
|
||||||
When first installing FRR with RPKI support from the pre-packaged binaries.
|
When first installing FRR with RPKI support from the pre-packaged binaries.
|
||||||
Remember to append :option:`-M rpki` in the :file:`/etc/frr/daemons.conf`
|
Remember to add ``-M rpki`` to the variable ``bgpd_options`` in
|
||||||
file to ``bgpd_options``, like so::
|
:file:`/etc/frr/daemons.conf` , like so::
|
||||||
|
|
||||||
bgpd_options=" --daemon -A 127.0.0.1 -M rpki"
|
bgpd_options=" --daemon -A 127.0.0.1 -M rpki"
|
||||||
|
|
||||||
@ -91,8 +91,8 @@ Examples of the error::
|
|||||||
router(config)# rpki
|
router(config)# rpki
|
||||||
% [BGP] Unknown command: rpki
|
% [BGP] Unknown command: rpki
|
||||||
|
|
||||||
Note that the RPKI commands will be available in vtysh when running ``find
|
Note that the RPKI commands will be available in vtysh when running
|
||||||
rpki`` regardless of whether the module is loaded.
|
``find rpki`` regardless of whether the module is loaded.
|
||||||
|
|
||||||
.. _configuring-rpki-rtr-cache-servers:
|
.. _configuring-rpki-rtr-cache-servers:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user