diff options
author | srividya0208 <a.srividya@vyos.io> | 2021-06-14 13:28:27 -0400 |
---|---|---|
committer | srividya0208 <a.srividya@vyos.io> | 2021-06-14 13:28:27 -0400 |
commit | 6ce46e947050d0219ad370734254db0c2ab09e2d (patch) | |
tree | 2abef8189716f01054ee2b7f2a9970f204fbcfdb /templates | |
parent | 29703664633a20385a077083b4393738bdcb7409 (diff) | |
download | vyatta-op-6ce46e947050d0219ad370734254db0c2ab09e2d.tar.gz vyatta-op-6ce46e947050d0219ad370734254db0c2ab09e2d.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
Diffstat (limited to 'templates')
-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[@]##*/} |