summaryrefslogtreecommitdiff
path: root/templates/protocols/ripng/distribute-list/prefix-list/out/node.def
diff options
context:
space:
mode:
Diffstat (limited to 'templates/protocols/ripng/distribute-list/prefix-list/out/node.def')
-rw-r--r--templates/protocols/ripng/distribute-list/prefix-list/out/node.def12
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/protocols/ripng/distribute-list/prefix-list/out/node.def b/templates/protocols/ripng/distribute-list/prefix-list/out/node.def
deleted file mode 100644
index c6f247b2..00000000
--- a/templates/protocols/ripng/distribute-list/prefix-list/out/node.def
+++ /dev/null
@@ -1,12 +0,0 @@
-type: txt
-help: Prefix-list to apply to output packets
-
-commit:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --exists \"policy prefix-list6 $VAR(@)\" ";"prefix-list6 $VAR(@) doesn't exist"
-
-update: vtysh -c "configure terminal" \
- -c "router ripng" \
- -c "ipv6 distribute-list prefix $VAR(@) out"
-
-delete: vtysh -c "configure terminal" \
- -c "router ripng" \
- -c "no ipv6 distribute-list prefix $VAR(@) out"