diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show/interfaces/tunnel/node.tag/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/interfaces/tunnel/node.tag/node.def b/templates/show/interfaces/tunnel/node.tag/node.def index 8dc252e..c119ab0 100644 --- a/templates/show/interfaces/tunnel/node.tag/node.def +++ b/templates/show/interfaces/tunnel/node.tag/node.def @@ -1,5 +1,5 @@ help: Show given tunnel interface information allowed: local -a array ; - array=( /sys/class/net/sit* ) ; + array=( /sys/class/net/tun* ) ; echo -n ${array[@]##*/} run: ${vyatta_bindir}/vyatta-show-interfaces tunnel $4 |