summaryrefslogtreecommitdiff
path: root/templates/protocols/rpki/timeout
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-01-29 10:49:30 +0100
committerChristian Poessinger <christian@poessinger.com>2021-02-03 20:25:43 +0000
commit3cb781fc41106d42ae911439c97d3c0d8e8090c5 (patch)
treef097880121961fb16f44a00b818e42c1ccbcb17d /templates/protocols/rpki/timeout
parent143a8a19b7e9430b6e13239ceaf362410e1d42f6 (diff)
downloadvyatta-cfg-quagga-3cb781fc41106d42ae911439c97d3c0d8e8090c5.tar.gz
vyatta-cfg-quagga-3cb781fc41106d42ae911439c97d3c0d8e8090c5.zip
rpki: T3255: move to vyos-1x
(cherry picked from commit e87556e49d7289a316305e58d7afb070f0382021)
Diffstat (limited to 'templates/protocols/rpki/timeout')
-rw-r--r--templates/protocols/rpki/timeout/node.def6
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/protocols/rpki/timeout/node.def b/templates/protocols/rpki/timeout/node.def
deleted file mode 100644
index 2ea31cbf..00000000
--- a/templates/protocols/rpki/timeout/node.def
+++ /dev/null
@@ -1,6 +0,0 @@
-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'