From: Donald Sharp Date: Wed, 17 Mar 2021 20:26:49 +0000 (-0400) Subject: doc: Add doc for new rpki commands X-Git-Tag: base_8.0~210^2~1 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=08f782417a3a1e5af1d2eede5ee7501fbf979ee1;p=matthieu%2Ffrr.git doc: Add doc for new rpki commands `show bgp [afi] [safi] A.B.C.D rpki ` `show bgp [afi] [safi] rpki ` commands need to be documented Signed-off-by: Donald Sharp --- diff --git a/doc/user/rpki.rst b/doc/user/rpki.rst index 01705f607c..d496d437d3 100644 --- a/doc/user/rpki.rst +++ b/doc/user/rpki.rst @@ -206,6 +206,14 @@ Displaying RPKI Display all configured cache servers, whether active or not. +.. clicmd:: show bgp [afi] [safi] rpki + + Display for the specified prefix or address the bgp paths that match the given rpki state. + +.. clicmd:: show bgp [afi] [safi] rpki + + Display all prefixes that match the given rpki state. + RPKI Configuration Example --------------------------