diff options
author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-05-03 14:28:53 +0200 |
---|---|---|
committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-05-03 16:11:29 +0200 |
commit | c70fdb2794f2646828b517bcf570e276d0a11b7b (patch) | |
tree | b91178beb4d5dd76034c420c7693c7f02aa078f8 | |
parent | bgpd: Make sure we print stats if we are sync at least with a single group (diff) | |
download | frr-c70fdb2794f2646828b517bcf570e276d0a11b7b.tar.xz frr-c70fdb2794f2646828b517bcf570e276d0a11b7b.zip |
doc: Add missing commands for RPKI
rpki expire_interval
rpki retry_interval
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
-rw-r--r-- | doc/user/rpki.rst | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/user/rpki.rst b/doc/user/rpki.rst index c1308913a..c2f8ad126 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 |