diff options
Diffstat (limited to 'templates/protocols/ripng/interface/node.def')
-rw-r--r-- | templates/protocols/ripng/interface/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
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}* ) ; |