summaryrefslogtreecommitdiff
path: root/templates/protocols/rip/default-metric
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2020-06-22 23:04:30 +0300
committerGitHub <noreply@github.com>2020-06-22 22:04:30 +0200
commitf45c90d3bd80702728bed65355a8b06c3ea2c15a (patch)
tree36f42e2aa9a9901d2162fddacd358b2092b0531d /templates/protocols/rip/default-metric
parentd27fa6b34ed3e9325d6ae8e4aed6acc14d899562 (diff)
downloadvyatta-cfg-quagga-f45c90d3bd80702728bed65355a8b06c3ea2c15a.tar.gz
vyatta-cfg-quagga-f45c90d3bd80702728bed65355a8b06c3ea2c15a.zip
rip: T2547: migrate to vyos-1x
Diffstat (limited to 'templates/protocols/rip/default-metric')
-rw-r--r--templates/protocols/rip/default-metric/node.def10
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/protocols/rip/default-metric/node.def b/templates/protocols/rip/default-metric/node.def
deleted file mode 100644
index e0da34b4..00000000
--- a/templates/protocols/rip/default-metric/node.def
+++ /dev/null
@@ -1,10 +0,0 @@
-type: u32
-help: Metric of redistributed routes
-syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 16; "Must be between 1-16"
-val_help: u32:1-16; Redistributed routes metric
-
-update:expression: "vtysh -c \"configure terminal\" -c \"router rip\" \
- -c \"default-metric $VAR(@) \"; "
-
-delete:expression: "vtysh -c \"configure terminal\" -c \"router rip\" \
- -c \"no default-metric $VAR(@) \"; "