From 402aba6cdb4e5a2e19edfd1a8c4bda6624bfb6e4 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Wed, 7 Feb 2024 17:54:50 +0100 Subject: rpki: T6023: add support for CLI knobs expire-interval and retry-interval (cherry picked from commit 17894f6f5d97df7d3ac1cf37ce0e1a96b8fa8e8b) --- interface-definitions/protocols_rpki.xml.in | 30 +++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) (limited to 'interface-definitions') diff --git a/interface-definitions/protocols_rpki.xml.in b/interface-definitions/protocols_rpki.xml.in index 6a38b2961..a2a0a2799 100644 --- a/interface-definitions/protocols_rpki.xml.in +++ b/interface-definitions/protocols_rpki.xml.in @@ -67,12 +67,25 @@ + + + Interval to wait before expiring the cache + + u32:600-172800 + Interval in seconds + + + + + + 7200 + - RPKI cache polling period + Cache polling interval u32:1-86400 - Polling period in seconds + Interval in seconds @@ -80,6 +93,19 @@ 300 + + + Retry interval to connect to the cache server + + u32:1-7200 + Interval in seconds + + + + + + 600 + -- cgit v1.2.3