From c70fdb2794f2646828b517bcf570e276d0a11b7b Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Tue, 3 May 2022 15:28:53 +0300 Subject: [PATCH] doc: Add missing commands for RPKI rpki expire_interval rpki retry_interval Signed-off-by: Donatas Abraitis --- doc/user/rpki.rst | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/doc/user/rpki.rst b/doc/user/rpki.rst index c1308913a4..c2f8ad1268 100644 --- a/doc/user/rpki.rst +++ b/doc/user/rpki.rst @@ -102,13 +102,23 @@ The following commands are independent of a specific cache server. .. clicmd:: rpki polling_period (1-3600) - Set the number of seconds the router waits until the router asks the cache again for updated data. The default value is 300 seconds. - The following commands configure one or multiple cache servers. +.. clicmd:: rpki expire_interval (600-172800) + + Set the number of seconds the router waits until the router expires the cache. + + The default value is 7200 seconds. + +.. clicmd:: rpki retry_interval (1-7200) + + Set the number of seconds the router waits until retrying to connect to the + cache server. + + The default value is 600 seconds. .. clicmd:: rpki cache (A.B.C.D|WORD) PORT [SSH_USERNAME] [SSH_PRIVKEY_PATH] [SSH_PUBKEY_PATH] [KNOWN_HOSTS_PATH] [source A.B.C.D] PREFERENCE -- 2.39.5