diff options
author | Tom Grennan <tgrennan@vyatta.com> | 2007-09-17 17:03:05 -0700 |
---|---|---|
committer | Tom Grennan <tgrennan@vyatta.com> | 2007-09-17 17:03:05 -0700 |
commit | 796460d8696981a26c4ad271b9ce2e1962aa23fc (patch) | |
tree | 558762739630ed29a27860b0dd57d085ce744383 /templates/show/interfaces/tunnel | |
parent | 97e03b6d56cd6b033eda6737e8cf1dcee072397e (diff) | |
download | vyatta-op-796460d8696981a26c4ad271b9ce2e1962aa23fc.tar.gz vyatta-op-796460d8696981a26c4ad271b9ce2e1962aa23fc.zip |
use vyatta_bindir instead of ofr_bindir
Diffstat (limited to 'templates/show/interfaces/tunnel')
-rw-r--r-- | templates/show/interfaces/tunnel/node.def | 2 | ||||
-rw-r--r-- | templates/show/interfaces/tunnel/node.tag/node.def | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/show/interfaces/tunnel/node.def b/templates/show/interfaces/tunnel/node.def index 7bebfc2..e95ab4a 100644 --- a/templates/show/interfaces/tunnel/node.def +++ b/templates/show/interfaces/tunnel/node.def @@ -1,3 +1,3 @@ help: "Show tunnel interface information" -run: ${ofr_bindir}/show_interfaces_tunnel +run: ${vyatta_bindir}/show_interfaces_tunnel diff --git a/templates/show/interfaces/tunnel/node.tag/node.def b/templates/show/interfaces/tunnel/node.tag/node.def index b3748e2..b857b9e 100644 --- a/templates/show/interfaces/tunnel/node.tag/node.def +++ b/templates/show/interfaces/tunnel/node.tag/node.def @@ -2,4 +2,4 @@ help: "Show given tunnel interface information" allowed: local -a array ; array=( /sys/class/net/sit* ) ; echo -n ${array[@]##*/} -run: ${ofr_bindir}/show_interfaces_tunnel $4 +run: ${vyatta_bindir}/show_interfaces_tunnel $4 |