summaryrefslogtreecommitdiff
path: root/templates/interfaces/pseudo-ethernet
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/pseudo-ethernet
parent1a86e15787cdda44b8702895bb97acf107ef3a07 (diff)
downloadvyatta-cfg-quagga-b292119dd94c8e93032147e3135b4bff17564ff4.tar.gz
vyatta-cfg-quagga-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/pseudo-ethernet')
-rw-r--r--templates/interfaces/pseudo-ethernet/link/node.def2
-rw-r--r--templates/interfaces/pseudo-ethernet/node.def2
-rw-r--r--templates/interfaces/pseudo-ethernet/node.tag/address/node.def2
-rw-r--r--templates/interfaces/pseudo-ethernet/node.tag/description/node.def2
-rw-r--r--templates/interfaces/pseudo-ethernet/node.tag/disable-link-detect/node.def2
-rw-r--r--templates/interfaces/pseudo-ethernet/node.tag/disable/node.def2
-rw-r--r--templates/interfaces/pseudo-ethernet/node.tag/link/node.def2
-rw-r--r--templates/interfaces/pseudo-ethernet/node.tag/mac/node.def2
8 files changed, 8 insertions, 8 deletions
diff --git a/templates/interfaces/pseudo-ethernet/link/node.def b/templates/interfaces/pseudo-ethernet/link/node.def
index 844cb8d8..40818d54 100644
--- a/templates/interfaces/pseudo-ethernet/link/node.def
+++ b/templates/interfaces/pseudo-ethernet/link/node.def
@@ -2,4 +2,4 @@ type: txt
syntax:expression: exec \
"/opt/vyatta/sbin/vyatta-interfaces.pl --dev=$VAR(@) --check=ethernet"
allowed: /opt/vyatta/sbin/vyatta-interfaces.pl --show=ethernet
-help: Specify the lower link device
+help: Lower link device
diff --git a/templates/interfaces/pseudo-ethernet/node.def b/templates/interfaces/pseudo-ethernet/node.def
index bf88b047..b0c00a27 100644
--- a/templates/interfaces/pseudo-ethernet/node.def
+++ b/templates/interfaces/pseudo-ethernet/node.def
@@ -1,7 +1,7 @@
tag:
priority: 390
type: txt
-help: Set Pseudo Ethernet device name
+help: Pseudo Ethernet device name
comp_help: Enter Pseudo Ethernet interface name (peth0 - peth999)
syntax:expression: pattern $VAR(@) "^peth[0-9]+$" \
; "name must be (peth0-peth999)"
diff --git a/templates/interfaces/pseudo-ethernet/node.tag/address/node.def b/templates/interfaces/pseudo-ethernet/node.tag/address/node.def
index 7221232e..1c6ea9af 100644
--- a/templates/interfaces/pseudo-ethernet/node.tag/address/node.def
+++ b/templates/interfaces/pseudo-ethernet/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(../@)"
create:sudo /opt/vyatta/sbin/vyatta-interfaces.pl --eth-addr-update $VAR(@) --dev $VAR(../@)
diff --git a/templates/interfaces/pseudo-ethernet/node.tag/description/node.def b/templates/interfaces/pseudo-ethernet/node.tag/description/node.def
index 7f64c788..e2a1534b 100644
--- a/templates/interfaces/pseudo-ethernet/node.tag/description/node.def
+++ b/templates/interfaces/pseudo-ethernet/node.tag/description/node.def
@@ -1,4 +1,4 @@
type: txt
-help: Set description for this interface
+help: Description for this interface
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/pseudo-ethernet/node.tag/disable-link-detect/node.def b/templates/interfaces/pseudo-ethernet/node.tag/disable-link-detect/node.def
index 83858ec1..7129ff33 100644
--- a/templates/interfaces/pseudo-ethernet/node.tag/disable-link-detect/node.def
+++ b/templates/interfaces/pseudo-ethernet/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/pseudo-ethernet/node.tag/disable/node.def b/templates/interfaces/pseudo-ethernet/node.tag/disable/node.def
index 9dafeacf..91c60323 100644
--- a/templates/interfaces/pseudo-ethernet/node.tag/disable/node.def
+++ b/templates/interfaces/pseudo-ethernet/node.tag/disable/node.def
@@ -1,4 +1,4 @@
-help: Set interface disabled
+help: Disable interface
create: vif=`/opt/vyatta/sbin/vyatta-interfaces.pl --vif=$VAR(../@) --show=all`
if [ ! -z "$vif" ]; then
echo "Can not disable interface " $VAR(../@) " with vif:" $vif
diff --git a/templates/interfaces/pseudo-ethernet/node.tag/link/node.def b/templates/interfaces/pseudo-ethernet/node.tag/link/node.def
index f16b0ec4..13d4c612 100644
--- a/templates/interfaces/pseudo-ethernet/node.tag/link/node.def
+++ b/templates/interfaces/pseudo-ethernet/node.tag/link/node.def
@@ -2,4 +2,4 @@ type: txt
commit:expression: exec \
"/opt/vyatta/sbin/vyatta-interfaces.pl --dev=$VAR(@) --check=ethernet"
allowed: /opt/vyatta/sbin/vyatta-interfaces.pl --show=ethernet
-help: Specify the lower link device
+help: Lower link device
diff --git a/templates/interfaces/pseudo-ethernet/node.tag/mac/node.def b/templates/interfaces/pseudo-ethernet/node.tag/mac/node.def
index e1202aca..8d9e2f16 100644
--- a/templates/interfaces/pseudo-ethernet/node.tag/mac/node.def
+++ b/templates/interfaces/pseudo-ethernet/node.tag/mac/node.def
@@ -1,5 +1,5 @@
type: macaddr
-help: Set the Media Access Control (MAC) address of this interface
+help: Media Access Control (MAC) address
syntax:expression: exec "\
/opt/vyatta/sbin/vyatta-interfaces.pl --dev $VAR(../@) --valid-mac $VAR(@)"
update: /opt/vyatta/sbin/vyatta-interfaces.pl --dev $VAR(../@) --set-mac $VAR(@)