diff options
author | Alex Band <alex@nlnetlabs.nl> | 2021-05-21 18:09:58 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-05-21 18:12:55 +0200 |
commit | ab9d07e517a474597538bc7248acecec7ad36090 (patch) | |
tree | 9f94dd2ef8b870774e773af68ab457e2e8d77881 | |
parent | 9055354a5e5df834c3a83df47671b33742785015 (diff) | |
download | vyos-documentation-ab9d07e517a474597538bc7248acecec7ad36090.tar.gz vyos-documentation-ab9d07e517a474597538bc7248acecec7ad36090.zip |
rpki: make documentation vendor neutral
I took the remark that rpki.readthedocs.io is somewhat NLnet Labs tools-centric to
heart and made it completely neutral. It no longer has any vendor-specific
documentation at all.
(cherry picked from commit a3cf5355759996d57ebe319457e112bbdb018123)
-rw-r--r-- | docs/configuration/protocols/rpki.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/configuration/protocols/rpki.rst b/docs/configuration/protocols/rpki.rst index d9884296..cae66044 100644 --- a/docs/configuration/protocols/rpki.rst +++ b/docs/configuration/protocols/rpki.rst @@ -30,9 +30,9 @@ in :rfc:`8210`. If you are new to these routing security technologies then there is an `excellent guide to RPKI`_ by NLnet Labs which will get you up to speed very quickly. Their documentation explains everything from what RPKI is to - deploying it in production (albeit with a focus on using NLnet Labs' - tools). It also has some `help and operational guidance`_ including - "What can I do about my route having an Invalid state?" + deploying it in production. It also has some + `help and operational guidance`_ including "What can I do about my route + having an Invalid state?" *************** Getting started @@ -197,6 +197,6 @@ Test`_ experimental tool. .. _RPKI analytics: https://www.nlnetlabs.nl/projects/rpki/rpki-analytics/ .. _RIPE Labs RPKI Test: https://sg-pub.ripe.net/jasper/rpki-web-test/ .. _excellent guide to RPKI: https://rpki.readthedocs.io/ -.. _help and operational guidance: https://rpki.readthedocs.io/en/latest/about/help.htm +.. _help and operational guidance: https://rpki.readthedocs.io/en/latest/about/help.html .. start_vyoslinter |