summaryrefslogtreecommitdiff
path: root/templates/interfaces/tunnel
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-07-16 18:11:39 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-07-16 18:11:39 -0700
commitb292119dd94c8e93032147e3135b4bff17564ff4 (patch)
treeb06b283f4e5f60db06df14f5e7aab263ff48ea9f /templates/interfaces/tunnel
parent1a86e15787cdda44b8702895bb97acf107ef3a07 (diff)
downloadvyatta-cfg-system-b292119dd94c8e93032147e3135b4bff17564ff4.tar.gz
vyatta-cfg-system-b292119dd94c8e93032147e3135b4bff17564ff4.zip
Remove verbs from all help messages
Per current policy remove verb from all help messages in th is package
Diffstat (limited to 'templates/interfaces/tunnel')
-rw-r--r--templates/interfaces/tunnel/node.def2
-rw-r--r--templates/interfaces/tunnel/node.tag/address/node.def2
-rw-r--r--templates/interfaces/tunnel/node.tag/bridge-group/bridge/node.def2
-rw-r--r--templates/interfaces/tunnel/node.tag/bridge-group/cost/node.def2
-rw-r--r--templates/interfaces/tunnel/node.tag/bridge-group/priority/node.def2
-rw-r--r--templates/interfaces/tunnel/node.tag/description/node.def2
-rw-r--r--templates/interfaces/tunnel/node.tag/disable-link-detect/node.def2
-rw-r--r--templates/interfaces/tunnel/node.tag/encapsulation/node.def2
-rw-r--r--templates/interfaces/tunnel/node.tag/key/node.def2
-rw-r--r--templates/interfaces/tunnel/node.tag/local-ip/node.def2
-rw-r--r--templates/interfaces/tunnel/node.tag/mtu/node.def2
-rw-r--r--templates/interfaces/tunnel/node.tag/multicast/node.def2
-rw-r--r--templates/interfaces/tunnel/node.tag/remote-ip/node.def2
-rw-r--r--templates/interfaces/tunnel/node.tag/tos/node.def2
-rw-r--r--templates/interfaces/tunnel/node.tag/ttl/node.def2
15 files changed, 15 insertions, 15 deletions
diff --git a/templates/interfaces/tunnel/node.def b/templates/interfaces/tunnel/node.def
index a90c01f9..c0e871a1 100644
--- a/templates/interfaces/tunnel/node.def
+++ b/templates/interfaces/tunnel/node.def
@@ -1,7 +1,7 @@
tag:
priority: 380
type: txt
-help: Set tunnel interface
+help: Tunnel interface
comp_help: Enter tunnel interface name (tun0 - tun999)
syntax:expression: pattern $VAR(@) "^tun[0-9]+$" \
; "tunnel must be (tun0-tun999)"
diff --git a/templates/interfaces/tunnel/node.tag/address/node.def b/templates/interfaces/tunnel/node.tag/address/node.def
index c7c564fd..747347b3 100644
--- a/templates/interfaces/tunnel/node.tag/address/node.def
+++ b/templates/interfaces/tunnel/node.tag/address/node.def
@@ -1,6 +1,6 @@
multi:
type: txt
-help: Set an IP address for this interface
+help: IP address
syntax:expression: exec "/opt/vyatta/sbin/vyatta-interfaces.pl --valid-addr $VAR(@) --dev $VAR(../@)"; "Invalid IP address/prefix [$VAR(@)] for interface $VAR(../@)"
diff --git a/templates/interfaces/tunnel/node.tag/bridge-group/bridge/node.def b/templates/interfaces/tunnel/node.tag/bridge-group/bridge/node.def
index 9c28ed63..5100a190 100644
--- a/templates/interfaces/tunnel/node.tag/bridge-group/bridge/node.def
+++ b/templates/interfaces/tunnel/node.tag/bridge-group/bridge/node.def
@@ -1,5 +1,5 @@
type: txt
-help: Set this interface to a bridge-group
+help: Bridge group interface
allowed: /opt/vyatta/sbin/vyatta-interfaces.pl --show=bridge
commit:expression: exec \
"/opt/vyatta/sbin/vyatta-interfaces.pl --dev=$VAR(@) --check=bridge"
diff --git a/templates/interfaces/tunnel/node.tag/bridge-group/cost/node.def b/templates/interfaces/tunnel/node.tag/bridge-group/cost/node.def
index 33763624..f25a36ac 100644
--- a/templates/interfaces/tunnel/node.tag/bridge-group/cost/node.def
+++ b/templates/interfaces/tunnel/node.tag/bridge-group/cost/node.def
@@ -1,4 +1,4 @@
type: u32
-help: Set the path cost for this port
+help: Path cost for this port
syntax:expression: $VAR(@) >= 1 && $VAR(@) < 65536 ; "Bridge cost value must be between 1 and 65535"
val_help:<1-65535>; Path cost value for Spanning Tree Protocol
diff --git a/templates/interfaces/tunnel/node.tag/bridge-group/priority/node.def b/templates/interfaces/tunnel/node.tag/bridge-group/priority/node.def
index d7a2f7a0..38c11131 100644
--- a/templates/interfaces/tunnel/node.tag/bridge-group/priority/node.def
+++ b/templates/interfaces/tunnel/node.tag/bridge-group/priority/node.def
@@ -1,4 +1,4 @@
type: u32
-help: Set the port priority for this port
+help: Port priority for this port
syntax:expression: $VAR(@) >= 0 &&$VAR(@) <= 255; "Port priority must be between 1-255"
val_help:<1-255>; Bridge port priority
diff --git a/templates/interfaces/tunnel/node.tag/description/node.def b/templates/interfaces/tunnel/node.tag/description/node.def
index 7f64c788..e4807d2f 100644
--- a/templates/interfaces/tunnel/node.tag/description/node.def
+++ b/templates/interfaces/tunnel/node.tag/description/node.def
@@ -1,4 +1,4 @@
type: txt
-help: Set description for this interface
+help: Description
update: sudo sh -c "echo \"$VAR(@)\" >/sys/class/net/$VAR(../@)/ifalias"
delete: sudo sh -c "echo '' >/sys/class/net/$VAR(../@)/ifalias"
diff --git a/templates/interfaces/tunnel/node.tag/disable-link-detect/node.def b/templates/interfaces/tunnel/node.tag/disable-link-detect/node.def
index 83858ec1..7129ff33 100644
--- a/templates/interfaces/tunnel/node.tag/disable-link-detect/node.def
+++ b/templates/interfaces/tunnel/node.tag/disable-link-detect/node.def
@@ -1,3 +1,3 @@
-help: Set to ignore link state changes on this interface
+help: Ignore link state changes
update:/opt/vyatta/sbin/vyatta-link-detect $VAR(../@) on
delete:/opt/vyatta/sbin/vyatta-link-detect $VAR(../@) off
diff --git a/templates/interfaces/tunnel/node.tag/encapsulation/node.def b/templates/interfaces/tunnel/node.tag/encapsulation/node.def
index 5374568c..50480b93 100644
--- a/templates/interfaces/tunnel/node.tag/encapsulation/node.def
+++ b/templates/interfaces/tunnel/node.tag/encapsulation/node.def
@@ -1,5 +1,5 @@
type: txt
-help: Set the encapsulation of this tunnel interface [REQUIRED]
+help: Encapsulation of this tunnel interface [REQUIRED]
syntax:expression: $VAR(@) in "ipip", "gre", "sit", "gre-bridge"; "Must be (ipip, gre, gre-bridge, sit)"
diff --git a/templates/interfaces/tunnel/node.tag/key/node.def b/templates/interfaces/tunnel/node.tag/key/node.def
index c137107c..2362423f 100644
--- a/templates/interfaces/tunnel/node.tag/key/node.def
+++ b/templates/interfaces/tunnel/node.tag/key/node.def
@@ -1,5 +1,5 @@
type: u32
-help: Set the tunnel key
+help: Tunnel key
syntax:expression: $VAR(@) >= 0 && $VAR(@) <= 999999; \
"Must be between 0-999999 for $VAR(../@)"
syntax:expression: exec " \
diff --git a/templates/interfaces/tunnel/node.tag/local-ip/node.def b/templates/interfaces/tunnel/node.tag/local-ip/node.def
index 425a8a57..ea11f6e1 100644
--- a/templates/interfaces/tunnel/node.tag/local-ip/node.def
+++ b/templates/interfaces/tunnel/node.tag/local-ip/node.def
@@ -1,5 +1,5 @@
type: ipv4
-help: Set the local IP address for this tunnel [REQUIRED]
+help: Local IP address for this tunnel [REQUIRED]
syntax:expression: exec \
"if [ -z \"`ip addr list | grep $VAR(@) `\" ]; then \
diff --git a/templates/interfaces/tunnel/node.tag/mtu/node.def b/templates/interfaces/tunnel/node.tag/mtu/node.def
index 400533f9..44989a92 100644
--- a/templates/interfaces/tunnel/node.tag/mtu/node.def
+++ b/templates/interfaces/tunnel/node.tag/mtu/node.def
@@ -1,5 +1,5 @@
type: u32
-help: Set the tunnel Maximum Transmission Unit (MTU)
+help: Maximum Transmission Unit (MTU)
syntax:expression: $VAR(@) >= 64 && $VAR(@) <= 8024; "Must be between 64-8024"
update: ip link set $VAR(../@) mtu $VAR(@)
delete: ip link set $VAR(../@) mtu 1476
diff --git a/templates/interfaces/tunnel/node.tag/multicast/node.def b/templates/interfaces/tunnel/node.tag/multicast/node.def
index d7662306..dbe117de 100644
--- a/templates/interfaces/tunnel/node.tag/multicast/node.def
+++ b/templates/interfaces/tunnel/node.tag/multicast/node.def
@@ -1,5 +1,5 @@
type: txt
-help: Set multicast operation over tunnel
+help: Multicast operation over tunnel
default: "disable"
syntax:expression: $VAR(@) in "enable", "disable"; \
diff --git a/templates/interfaces/tunnel/node.tag/remote-ip/node.def b/templates/interfaces/tunnel/node.tag/remote-ip/node.def
index 6468f5fc..30f4e4d4 100644
--- a/templates/interfaces/tunnel/node.tag/remote-ip/node.def
+++ b/templates/interfaces/tunnel/node.tag/remote-ip/node.def
@@ -1,5 +1,5 @@
type: ipv4
-help: Set the remote IP address for this tunnel [REQUIRED]
+help: Remote IP address for this tunnel [REQUIRED]
create:expression: "true"
update:expression: "false" ; \
"Remote IP can only be set at tunnel creation for $VAR(../@)"
diff --git a/templates/interfaces/tunnel/node.tag/tos/node.def b/templates/interfaces/tunnel/node.tag/tos/node.def
index 58a4cee0..d276319b 100644
--- a/templates/interfaces/tunnel/node.tag/tos/node.def
+++ b/templates/interfaces/tunnel/node.tag/tos/node.def
@@ -1,5 +1,5 @@
type: u32
-help: Set the tunnel Type of Service (TOS)
+help: Type of Service (TOS)
syntax:expression: $VAR(@) >= 0 && $VAR(@) <= 99; "Must be between 0-99"
update: ip tunnel change $VAR(../@) tos $VAR(@)
delete: ip tunnel change $VAR(../@) tos inherit
diff --git a/templates/interfaces/tunnel/node.tag/ttl/node.def b/templates/interfaces/tunnel/node.tag/ttl/node.def
index cfab7264..6e5f5f4f 100644
--- a/templates/interfaces/tunnel/node.tag/ttl/node.def
+++ b/templates/interfaces/tunnel/node.tag/ttl/node.def
@@ -1,6 +1,6 @@
type: u32
default: 255
-help: Set the tunnel time to live field
+help: Time to live field
comp_help: possible completions:
<0-255> Set time to live (default 255)
syntax:expression: $VAR(@) >= 0 && $VAR(@) <= 255; "Must be between 0-255"