summaryrefslogtreecommitdiff
path: root/templates/protocols/rpki/initial-synchronization-timeout
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2018-12-16 23:39:23 +0100
committerDaniil Baturin <daniil@baturin.org>2018-12-16 23:39:48 +0100
commit6d49b646a1cd4840621e9d07a0431c87eeec2482 (patch)
tree19713044015f40ae3d6fbd4f61e50f84b3c9c2f3 /templates/protocols/rpki/initial-synchronization-timeout
parente663ba7c320132ee21ad6ef3d6141700428f057c (diff)
downloadvyatta-cfg-quagga-6d49b646a1cd4840621e9d07a0431c87eeec2482.tar.gz
vyatta-cfg-quagga-6d49b646a1cd4840621e9d07a0431c87eeec2482.zip
T865: prototype RPKI implementation.
Diffstat (limited to 'templates/protocols/rpki/initial-synchronization-timeout')
-rw-r--r--templates/protocols/rpki/initial-synchronization-timeout/node.def7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/protocols/rpki/initial-synchronization-timeout/node.def b/templates/protocols/rpki/initial-synchronization-timeout/node.def
new file mode 100644
index 00000000..43d2016f
--- /dev/null
+++ b/templates/protocols/rpki/initial-synchronization-timeout/node.def
@@ -0,0 +1,7 @@
+type: u32
+help: Initial RPKI cache synchronization timeout
+
+create: vtysh -c 'conf t' -c 'rpki' -c 'rpki initial-synchronisation-timeout $VAR(@)'
+update: vtysh -c 'conf t' -c 'rpki' -c 'rpki initial-synchronisation-timeout $VAR(@)'
+delete: vtysh -c 'conf t' -c 'rpki' -c 'no rpki initial-synchronisation-timeout'
+