summaryrefslogtreecommitdiff
path: root/templates/protocols/ripng/route-map/node.def
diff options
context:
space:
mode:
Diffstat (limited to 'templates/protocols/ripng/route-map/node.def')
-rw-r--r--templates/protocols/ripng/route-map/node.def8
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/protocols/ripng/route-map/node.def b/templates/protocols/ripng/route-map/node.def
deleted file mode 100644
index 7ea923f3..00000000
--- a/templates/protocols/ripng/route-map/node.def
+++ /dev/null
@@ -1,8 +0,0 @@
-type: txt
-help: Filter routes installed in local route map
-allowed: local -a params
- params=$( /opt/vyatta/sbin/vyatta-policy.pl --list-policy route-map )
- echo -n ${params[@]##*/}
-commit:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --exists \"policy route-map $VAR(@)\" ";"route-map $VAR(@) doesn't exist"
-create:expression: "vtysh -c \"configure terminal\" -c \"ipv6 protocol ripng route-map $VAR(@)\" "
-delete:expression: "vtysh -c \"configure terminal\" -c \"no ipv6 protocol ripng\" "