summaryrefslogtreecommitdiff
path: root/templates/interfaces/input
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-04-27 15:20:38 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-04-27 15:21:27 -0700
commit845d1bd87be28deb65db22e47e29ba7a89c37b4b (patch)
tree362396058f9b1e3970e5c15f88b8888cd487aef0 /templates/interfaces/input
parent59cae244d055a7b5ba9de460d3ebbb5700d6ab17 (diff)
downloadvyatta-cfg-quagga-845d1bd87be28deb65db22e47e29ba7a89c37b4b.tar.gz
vyatta-cfg-quagga-845d1bd87be28deb65db22e47e29ba7a89c37b4b.zip
Make interface help completion strings consistent
Use same format/syntax over all interface types. Bug 5257
Diffstat (limited to 'templates/interfaces/input')
-rw-r--r--templates/interfaces/input/node.def3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/interfaces/input/node.def b/templates/interfaces/input/node.def
index 2695b8a6..b90cb0b3 100644
--- a/templates/interfaces/input/node.def
+++ b/templates/interfaces/input/node.def
@@ -2,9 +2,10 @@ tag:
priority: 310 # before real devices that redirect
type: txt
help: Set input functional block (IFB) interface
+comp_help: Enter input functional block interface name (ifb0 - ifb999)
+
syntax:expression: pattern $VAR(@) "^ifb[0-9]+$" ; "name must be (ifb0-ifb999)"
begin: [ -d /sys/module/ifb ] || sudo modprobe ifb numifbs=0
create: sudo ip link add $VAR(@) type ifb && sudo ip link set $VAR(@) up
delete: sudo ip link delete dev $VAR(@)
-comp_help: Enter input functional block interface name (ifb0 - ifb999)