From 588492cf8a9ddf438b649c6db4986bcab9c22435 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Mon, 11 Aug 2008 18:39:24 -0700 Subject: Replace vyatta-vtysh with vtysh --- templates/protocols/ripng/passive-interface/node.def | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/protocols/ripng/passive-interface/node.def') diff --git a/templates/protocols/ripng/passive-interface/node.def b/templates/protocols/ripng/passive-interface/node.def index 9654a1d3..737382b4 100644 --- a/templates/protocols/ripng/passive-interface/node.def +++ b/templates/protocols/ripng/passive-interface/node.def @@ -9,20 +9,20 @@ syntax:expression: exec " \ fi ; " update: if [ x$VAR(x) == xdefault ]; then - vyatta-vtysh -c "configure terminal" \ + vtysh -c "configure terminal" \ -c "router ripng" \ -c "passive-interface default"; else - vyatta-vtysh -c "configure terminal" \ + vtysh -c "configure terminal" \ -c "router ripng" \ -c "passive-interface $VAR(@)"; fi; delete: if [ x$VAR(x) == xdefault ]; then - vyatta-vtysh -c "configure terminal" \ + vtysh -c "configure terminal" \ -c "router ripng" \ -c "no passive-interface default" else - vyatta-vtysh -c "configure terminal" \ + vtysh -c "configure terminal" \ -c "router ripng" \ -c "no passive-interface $VAR(@)"; fi; -- cgit v1.2.3