diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-21 12:09:45 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-21 12:09:45 -0700 |
commit | e7652a229a81de89f754783287a7293c30457970 (patch) | |
tree | c0ebf145e57bbbfc69e9dcca2e58f2f3e2acff9c /templates/policy/prefix-list | |
parent | baa0d50c299c06ad5027f730d7a63e8eec6bef43 (diff) | |
download | vyatta-cfg-quagga-e7652a229a81de89f754783287a7293c30457970.tar.gz vyatta-cfg-quagga-e7652a229a81de89f754783287a7293c30457970.zip |
Remove verbs from help strings
Diffstat (limited to 'templates/policy/prefix-list')
8 files changed, 8 insertions, 8 deletions
diff --git a/templates/policy/prefix-list/node.def b/templates/policy/prefix-list/node.def index cb741618..3b1f2a20 100644 --- a/templates/policy/prefix-list/node.def +++ b/templates/policy/prefix-list/node.def @@ -1,6 +1,6 @@ tag: type: txt -help: Set IP prefix-list filter +help: IP prefix-list filter val_help: Prefix list name syntax:expression: pattern $VAR(@) "^[-a-zA-Z0-9.]+$" ; "prefix-list name must be alpha-numeric" diff --git a/templates/policy/prefix-list/node.tag/description/node.def b/templates/policy/prefix-list/node.tag/description/node.def index 6eb531f1..1994f9cf 100644 --- a/templates/policy/prefix-list/node.tag/description/node.def +++ b/templates/policy/prefix-list/node.tag/description/node.def @@ -1,2 +1,2 @@ type: txt -help: Set a description for this prefix-list +help: Description for this prefix-list diff --git a/templates/policy/prefix-list/node.tag/rule/node.def b/templates/policy/prefix-list/node.tag/rule/node.def index e0d8e866..8245f766 100644 --- a/templates/policy/prefix-list/node.tag/rule/node.def +++ b/templates/policy/prefix-list/node.tag/rule/node.def @@ -1,6 +1,6 @@ tag: type: u32 -help: Set a rule for this prefix-list +help: Rule for this prefix-list val_help: u32:1-65535; Prefix-list rule number syntax:expression: $VAR(@) >= 1 && $VAR(@) <= 65535; "rule number must be between 1 and 65535" diff --git a/templates/policy/prefix-list/node.tag/rule/node.tag/action/node.def b/templates/policy/prefix-list/node.tag/rule/node.tag/action/node.def index 1d5d05dc..4ee48f41 100644 --- a/templates/policy/prefix-list/node.tag/rule/node.tag/action/node.def +++ b/templates/policy/prefix-list/node.tag/rule/node.tag/action/node.def @@ -1,5 +1,5 @@ type: txt -help: Set action to take on prefixes matching this rule [REQUIRED] +help: Action to take on prefixes matching this rule [REQUIRED] val_help: permit; Permit matching prefixes val_help: deny; Deny matching prefixes diff --git a/templates/policy/prefix-list/node.tag/rule/node.tag/description/node.def b/templates/policy/prefix-list/node.tag/rule/node.tag/description/node.def index 8b6dc54a..b8e3095b 100644 --- a/templates/policy/prefix-list/node.tag/rule/node.tag/description/node.def +++ b/templates/policy/prefix-list/node.tag/rule/node.tag/description/node.def @@ -1,2 +1,2 @@ type: txt -help: Set a description for this rule +help: Description for this rule diff --git a/templates/policy/prefix-list/node.tag/rule/node.tag/ge/node.def b/templates/policy/prefix-list/node.tag/rule/node.tag/ge/node.def index a89204f8..f69113c2 100644 --- a/templates/policy/prefix-list/node.tag/rule/node.tag/ge/node.def +++ b/templates/policy/prefix-list/node.tag/rule/node.tag/ge/node.def @@ -1,5 +1,5 @@ type: u32 -help: Set prefix length to match a netmask greater than or equal to it +help: Prefix length to match a netmask greater than or equal to it val_help: u32:0-32; Netmask greater than length syntax:expression: $VAR(@) >= 0 && $VAR(@) <= 32; "ge must be between 0 and 32" diff --git a/templates/policy/prefix-list/node.tag/rule/node.tag/le/node.def b/templates/policy/prefix-list/node.tag/rule/node.tag/le/node.def index 5a91bc53..46640f6c 100644 --- a/templates/policy/prefix-list/node.tag/rule/node.tag/le/node.def +++ b/templates/policy/prefix-list/node.tag/rule/node.tag/le/node.def @@ -1,5 +1,5 @@ type: u32 -help: Set prefix length to match a netmask less than or equal to it +help: Prefix length to match a netmask less than or equal to it val_help: u32:0-32; Netmask less than length syntax:expression: $VAR(@) >= 0 && $VAR(@) <= 32; "le must be between 0 and 32" diff --git a/templates/policy/prefix-list/node.tag/rule/node.tag/prefix/node.def b/templates/policy/prefix-list/node.tag/rule/node.tag/prefix/node.def index f7e7ef39..89e8e805 100644 --- a/templates/policy/prefix-list/node.tag/rule/node.tag/prefix/node.def +++ b/templates/policy/prefix-list/node.tag/rule/node.tag/prefix/node.def @@ -1,3 +1,3 @@ type: ipv4net -help: Set a prefix to match +help: Prefix to match val_help: Prefix to match against |