From ca75e23fee7e4c9f809e5cabf158e9aa749c997d Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Wed, 27 Jan 2021 20:38:25 +0100 Subject: rpki: T3255: provide full protocol support in XML and Python This commit provides the implementation of the OSPF CLI with a Jinja2 template that is loaded by FRR reload. --- interface-definitions/protocols-rpki.xml.in | 85 +++++++++++------------------ 1 file changed, 31 insertions(+), 54 deletions(-) (limited to 'interface-definitions/protocols-rpki.xml.in') diff --git a/interface-definitions/protocols-rpki.xml.in b/interface-definitions/protocols-rpki.xml.in index b8db49e36..d96db0683 100644 --- a/interface-definitions/protocols-rpki.xml.in +++ b/interface-definitions/protocols-rpki.xml.in @@ -1,32 +1,44 @@ - - + BGP prefix origin validation - RPKI cache server instance + RPKI cache server address + + ipv4 + IP address of NTP server + + + ipv6 + IPv6 address of NTP server + + + hostname + Fully qualified domain name of NTP server + + + + + + - + #include + - RPKI cache server address - - - - - TCP port number + Preference of the cache server - u32:1-65535 - TCP port number + u32:1-255 + Polling period - + @@ -68,55 +80,20 @@ - - - Initial RPKI cache synchronization timeout - - u32:0-4294967295 - Initial RPKI cache synchronization timeout - - - - - - - RPKI cache polling period - - u32:1-1300 - Polling period - - - - - - - - - RPKI cache preference - - u32:0-4294967295 - RPKI cache preference - - - - - - - - - RPKI cache reply timeout + RPKI cache polling period (default: 600) - u32:0-4294967295 - RPKI cache reply timeout + u32:1-86400 + Polling period in seconds - + + 600 - + -- cgit v1.2.3