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:28 +0200 |
commit | 3798d99cff9b2d539b51dbf1b495e2caa4dae18d (patch) | |
tree | f225129e648989b9c8390d7fb74d2ee992084e10 | |
parent | 162c0fe344041efb975f7a66de686bfa5b29113e (diff) | |
download | vyatta-op-3798d99cff9b2d539b51dbf1b495e2caa4dae18d.tar.gz vyatta-op-3798d99cff9b2d539b51dbf1b495e2caa4dae18d.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[@]##*/} |