summaryrefslogtreecommitdiff
path: root/templates/protocols/rip/default-metric
diff options
context:
space:
mode:
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(@) \"; "