summaryrefslogtreecommitdiff
path: root/templates/protocols/rpki/timeout/node.def
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/timeout/node.def
parente663ba7c320132ee21ad6ef3d6141700428f057c (diff)
downloadvyatta-cfg-quagga-6d49b646a1cd4840621e9d07a0431c87eeec2482.tar.gz
vyatta-cfg-quagga-6d49b646a1cd4840621e9d07a0431c87eeec2482.zip
T865: prototype RPKI implementation.
Diffstat (limited to 'templates/protocols/rpki/timeout/node.def')
-rw-r--r--templates/protocols/rpki/timeout/node.def6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/protocols/rpki/timeout/node.def b/templates/protocols/rpki/timeout/node.def
new file mode 100644
index 00000000..2ea31cbf
--- /dev/null
+++ b/templates/protocols/rpki/timeout/node.def
@@ -0,0 +1,6 @@
+type: u32
+help: RPKI cache reply timeout
+
+create: vtysh -c 'conf t' -c 'rpki' -c 'rpki timeout $VAR(@)'
+update: vtysh -c 'conf t' -c 'rpki' -c 'rpki timeout $VAR(@)'
+delete: vtysh -c 'conf t' -c 'rpki' -c 'no rpki timeout'