diff options
author | srividya0208 <a.srividya@vyos.io> | 2021-06-14 13:28:27 -0400 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2021-06-14 20:06:23 +0200 |
commit | 4d66efabb8a58e787b068a296a766dbae2576307 (patch) | |
tree | 71519502b310ff149802c9f110ae87b04857e574 | |
parent | d0cebe70da8dd7a562924f742bbe3e41707839ee (diff) | |
download | vyatta-op-4d66efabb8a58e787b068a296a766dbae2576307.tar.gz vyatta-op-4d66efabb8a58e787b068a296a766dbae2576307.zip |
op-mode clear: interfaces dummy: T3623
Fixed the completion help for the operational command "clear interfaces dummy"
where it was not showing the list of the dumN interfaces
-rw-r--r-- | templates/clear/interfaces/dummy/node.tag/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/clear/interfaces/dummy/node.tag/node.def b/templates/clear/interfaces/dummy/node.tag/node.def index e7abdee..9a7f3d6 100644 --- a/templates/clear/interfaces/dummy/node.tag/node.def +++ b/templates/clear/interfaces/dummy/node.tag/node.def @@ -1,4 +1,4 @@ help: Clear interface information for a given dummy interface allowed: local -a array ; - array=( /sys/class/net/dummy* ) ; + array=( /sys/class/net/dum* ) ; echo -n ${array[@]##*/} |