summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/user/overview.rst2
-rw-r--r--doc/user/rpki.rst6
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/user/overview.rst b/doc/user/overview.rst
index 516650641a..9bcd2af346 100644
--- a/doc/user/overview.rst
+++ b/doc/user/overview.rst
@@ -519,7 +519,7 @@ Bug Reports
For information on reporting bugs, please see :ref:`bug-reports`.
-.. _frr: |PACKAGE_URL|
+.. _frr: https://frrouting.org
.. _github: https://github.com/frrouting/frr/
.. _github issues: https://github.com/frrouting/frr/issues
.. _slack: https://frrouting.org/community
diff --git a/doc/user/rpki.rst b/doc/user/rpki.rst
index c2f8ad1268..ece788d9e3 100644
--- a/doc/user/rpki.rst
+++ b/doc/user/rpki.rst
@@ -216,10 +216,14 @@ Displaying RPKI
received from the cache servers and stored in the router. Based on this data,
the router validates BGP Updates.
-.. clicmd:: show rpki cache-connection
+.. clicmd:: show rpki cache-server [json]
Display all configured cache servers, whether active or not.
+.. clicmd:: show rpki cache-connection [json]
+
+ Display all cache connections, and show which is connected or not.
+
.. clicmd:: show bgp [afi] [safi] <A.B.C.D|A.B.C.D/M|X:X::X:X|X:X::X:X/M> rpki <valid|invalid|notfound>
Display for the specified prefix or address the bgp paths that match the given rpki state.