diff options
author | Tom Grennan <tgrennan@vyatta.com> | 2007-09-27 17:19:32 -0700 |
---|---|---|
committer | Tom Grennan <tgrennan@vyatta.com> | 2007-09-27 17:19:32 -0700 |
commit | b47d02e999233cb8b87b7dbc62a28a6a1701aa69 (patch) | |
tree | 6f3f631f738f3243b34b59daf93bdf7c3065544a /templates/show/interfaces/tunnel | |
parent | fa664ff802d73743bfa6bf37acdd2c66060b4fd9 (diff) | |
download | vyatta-op-b47d02e999233cb8b87b7dbc62a28a6a1701aa69.tar.gz vyatta-op-b47d02e999233cb8b87b7dbc62a28a6a1701aa69.zip |
consolidate show_interfaces* scripts with vyatta-show-interfaces
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 e95ab4a..a2f5d1c 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: ${vyatta_bindir}/show_interfaces_tunnel +run: ${vyatta_bindir}/vyatta-show-interfaces tunnel diff --git a/templates/show/interfaces/tunnel/node.tag/node.def b/templates/show/interfaces/tunnel/node.tag/node.def index b857b9e..2bc5908 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: ${vyatta_bindir}/show_interfaces_tunnel $4 +run: ${vyatta_bindir}/vyatta-show-interfaces tunnel $4 |