diff options
author | Justin Fletcher <jfletcher@phuket.vyatta.com> | 2007-11-05 14:47:02 -0800 |
---|---|---|
committer | Justin Fletcher <jfletcher@phuket.vyatta.com> | 2007-11-05 14:47:02 -0800 |
commit | f6d78b37ef2c22f273484ccf68aa50e00facf4bf (patch) | |
tree | 95fe13634a9fab3f5ead9b708798cae4c747a9d4 /templates/policy/prefix-list | |
parent | 99378be23aeb463c5c405c279bd474ab54c0669e (diff) | |
download | vyatta-cfg-quagga-f6d78b37ef2c22f273484ccf68aa50e00facf4bf.tar.gz vyatta-cfg-quagga-f6d78b37ef2c22f273484ccf68aa50e00facf4bf.zip |
Help text modifications
Diffstat (limited to 'templates/policy/prefix-list')
6 files changed, 6 insertions, 6 deletions
diff --git a/templates/policy/prefix-list/node.tag/description/node.def b/templates/policy/prefix-list/node.tag/description/node.def index effa9577..1803aa14 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: "prefix-list description" +help: "Prefix list description" 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 4eada21b..eeb8f9e5 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,3 +1,3 @@ type: txt -help: "action to take on prefixes matching this rule" +help: "Action to take on prefixes matching this rule" syntax: $(@) in "permit", "deny"; "action must be permit or deny" 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 3d61ac85..00fed102 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: "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 638c2b61..12470415 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,3 +1,3 @@ type: u32 -help: "prefix greater than or equal to" +help: "Prefix greater than or equal to" syntax: $(@) >= 0 && $(@) <= 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 e83ae034..5b017010 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,3 +1,3 @@ type: u32 -help: "prefix less than or equal to" +help: "Prefix less than or equal to" syntax: $(@) >= 0 && $(@) <= 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 ed167d00..089e6dd6 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,2 +1,2 @@ type: ipv4net; "prefix-list $(../../@) rule $(../@) prefix: must be an IPv4 prefix" -help: "prefix to match against this rule" +help: "Prefix to match against this rule" |