diff options
Diffstat (limited to 'templates')
4 files changed, 7 insertions, 12 deletions
diff --git a/templates/show/queueing/bonding/node.tag/vif/node.def b/templates/show/queueing/bonding/node.tag/vif/node.def index 2b74427..02a09ad 100644 --- a/templates/show/queueing/bonding/node.tag/vif/node.def +++ b/templates/show/queueing/bonding/node.tag/vif/node.def @@ -1,4 +1,3 @@ help: Show specified virtual network interface (vif) information -run: tput setaf ${COLOR_RED:-1} ; - echo error: need to supply vif # ; - tput op +run: echo error: Must supply a vif number ; + diff --git a/templates/show/queueing/ethernet/node.tag/vif/node.def b/templates/show/queueing/ethernet/node.tag/vif/node.def index 2b74427..02a09ad 100644 --- a/templates/show/queueing/ethernet/node.tag/vif/node.def +++ b/templates/show/queueing/ethernet/node.tag/vif/node.def @@ -1,4 +1,3 @@ help: Show specified virtual network interface (vif) information -run: tput setaf ${COLOR_RED:-1} ; - echo error: need to supply vif # ; - tput op +run: echo error: Must supply a vif number ; + diff --git a/templates/show/queueing/pppoe/node.tag/vif/node.def b/templates/show/queueing/pppoe/node.tag/vif/node.def index 2b74427..02a09ad 100644 --- a/templates/show/queueing/pppoe/node.tag/vif/node.def +++ b/templates/show/queueing/pppoe/node.tag/vif/node.def @@ -1,4 +1,3 @@ help: Show specified virtual network interface (vif) information -run: tput setaf ${COLOR_RED:-1} ; - echo error: need to supply vif # ; - tput op +run: echo error: Must supply a vif number ; + diff --git a/templates/show/queueing/wireless/node.tag/vif/node.def b/templates/show/queueing/wireless/node.tag/vif/node.def index 2b74427..9d1c0b4 100644 --- a/templates/show/queueing/wireless/node.tag/vif/node.def +++ b/templates/show/queueing/wireless/node.tag/vif/node.def @@ -1,4 +1,2 @@ help: Show specified virtual network interface (vif) information -run: tput setaf ${COLOR_RED:-1} ; - echo error: need to supply vif # ; - tput op +run: echo error: Must supply a vif number ; |