From a4ba3ed476d66e91a51d3abab37e37dc43dd1e92 Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Thu, 31 Jul 2008 14:41:41 -0700 Subject: Fix "delete protocols ripng". --- templates/protocols/ripng/interface/node.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/protocols/ripng/interface/node.def') 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}* ) ; -- cgit v1.2.3