summaryrefslogtreecommitdiff
path: root/templates/interfaces/ethernet
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/ethernet
parent59cae244d055a7b5ba9de460d3ebbb5700d6ab17 (diff)
downloadvyatta-cfg-system-845d1bd87be28deb65db22e47e29ba7a89c37b4b.tar.gz
vyatta-cfg-system-845d1bd87be28deb65db22e47e29ba7a89c37b4b.zip
Make interface help completion strings consistent
Use same format/syntax over all interface types. Bug 5257
Diffstat (limited to 'templates/interfaces/ethernet')
-rw-r--r--templates/interfaces/ethernet/node.def4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/interfaces/ethernet/node.def b/templates/interfaces/ethernet/node.def
index 081cabb5..0b67836b 100644
--- a/templates/interfaces/ethernet/node.def
+++ b/templates/interfaces/ethernet/node.def
@@ -1,7 +1,9 @@
tag:
priority: 318
type: txt
-help: Set ethernet interface
+help: Set Ethernet interface name
+comp_help: Enter Ethernet interface name (eth0 - eth999)
+
allowed: /opt/vyatta/sbin/vyatta-interfaces.pl --show=ethernet
syntax:expression: pattern $VAR(@) "^eth[0-9]+$" \
; "interface ethernet $VAR(@): not a valid name"