summaryrefslogtreecommitdiff
path: root/templates/protocols/ripng
diff options
context:
space:
mode:
authorStig Thormodsrud <stig@vyatta.com>2008-07-31 14:41:41 -0700
committerStig Thormodsrud <stig@vyatta.com>2008-07-31 14:41:41 -0700
commita4ba3ed476d66e91a51d3abab37e37dc43dd1e92 (patch)
tree457cc91dbdf891ab0dc0f615342fff7645e21e00 /templates/protocols/ripng
parentbb626b99b59133577e333cd2b5553cdc621c4ad7 (diff)
downloadvyatta-cfg-quagga-a4ba3ed476d66e91a51d3abab37e37dc43dd1e92.tar.gz
vyatta-cfg-quagga-a4ba3ed476d66e91a51d3abab37e37dc43dd1e92.zip
Fix "delete protocols ripng".
Diffstat (limited to 'templates/protocols/ripng')
-rw-r--r--templates/protocols/ripng/default-information/originate/node.def3
-rw-r--r--templates/protocols/ripng/interface/node.def2
2 files changed, 2 insertions, 3 deletions
diff --git a/templates/protocols/ripng/default-information/originate/node.def b/templates/protocols/ripng/default-information/originate/node.def
index 9fb65c68..34d60cd7 100644
--- a/templates/protocols/ripng/default-information/originate/node.def
+++ b/templates/protocols/ripng/default-information/originate/node.def
@@ -6,5 +6,4 @@ create: vyatta-vtysh -c "configure terminal" \
delete: vyatta-vtysh -c "configure terminal" \
-c "router ripng" \
- -c "no default-information originate" "
-
+ -c "no default-information originate"
diff --git a/templates/protocols/ripng/interface/node.def b/templates/protocols/ripng/interface/node.def
index e45f069c..4aa81139 100644
--- a/templates/protocols/ripng/interface/node.def
+++ b/templates/protocols/ripng/interface/node.def
@@ -14,7 +14,7 @@ create: vyatta-vtysh -c "configure terminal" \
delete: vyatta-vtysh -c "configure terminal" \
-c "router ripng" \
- -c "no network $VAR(@)" "
+ -c "no network $VAR(@)"
allowed: local -a array;
array=( /sys/class/net/{eth,vmnet}* ) ;