summaryrefslogtreecommitdiff
path: root/templates/interfaces/tunnel/node.def
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/tunnel/node.def
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/tunnel/node.def')
-rw-r--r--templates/interfaces/tunnel/node.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/interfaces/tunnel/node.def b/templates/interfaces/tunnel/node.def
index ba3fa49a..c4446163 100644
--- a/templates/interfaces/tunnel/node.def
+++ b/templates/interfaces/tunnel/node.def
@@ -1,7 +1,8 @@
tag:
priority: 380
type: txt
-help: Set tunnel interface
+help: Set tunnel interface name
+comp_help: Enter tunnel interface name (tun0 - tun999)
syntax:expression: pattern $VAR(@) "^tun[0-9]+$" \
; "tunnel must be (tun0-tun999)"
@@ -28,4 +29,3 @@ create:expression: "\
delete:expression: "sudo ip tunnel del $VAR(@)" ; "Error deleting $VAR(@)"
-comp_help: Enter tunnel interface name (tun0 - tun999)