From 6ce46e947050d0219ad370734254db0c2ab09e2d Mon Sep 17 00:00:00 2001 From: srividya0208 Date: Mon, 14 Jun 2021 13:28:27 -0400 Subject: 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 --- templates/clear/interfaces/dummy/node.tag/node.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') 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[@]##*/} -- cgit v1.2.3