diff options
author | Michael Larson <slioch@slioch.vyatta.com> | 2009-11-30 15:43:36 -0800 |
---|---|---|
committer | Michael Larson <slioch@slioch.vyatta.com> | 2009-11-30 15:43:36 -0800 |
commit | d8781237d0b769b032fcee7d8c8abca0f0cebe80 (patch) | |
tree | fa967bddcbe5fc30fc9c286122a110f219b56a83 | |
parent | c327f1a14836edd722e0607e5449f8f47a19e5d2 (diff) | |
download | vyatta-cfg-quagga-d8781237d0b769b032fcee7d8c8abca0f0cebe80.tar.gz vyatta-cfg-quagga-d8781237d0b769b032fcee7d8c8abca0f0cebe80.zip |
added required keyword to help text.
5 files changed, 5 insertions, 5 deletions
diff --git a/templates/policy/access-list/node.tag/rule/node.tag/action/node.def b/templates/policy/access-list/node.tag/rule/node.tag/action/node.def index e31db8c9..9861a18c 100644 --- a/templates/policy/access-list/node.tag/rule/node.tag/action/node.def +++ b/templates/policy/access-list/node.tag/rule/node.tag/action/node.def @@ -1,5 +1,5 @@ type: txt -help: Set action to take on networks matching this rule +help: Set action to take on networks matching this rule [REQUIRED] comp_help: \1 permit\tpermit matching networks deny\t\tdeny matching networks syntax:expression: $VAR(@) in "permit", "deny"; "action must be permit or deny" diff --git a/templates/policy/as-path-list/node.tag/rule/node.tag/action/node.def b/templates/policy/as-path-list/node.tag/rule/node.tag/action/node.def index 3abe03d4..c7bd4189 100644 --- a/templates/policy/as-path-list/node.tag/rule/node.tag/action/node.def +++ b/templates/policy/as-path-list/node.tag/rule/node.tag/action/node.def @@ -1,5 +1,5 @@ type: txt -help: Set action to take on AS paths matching this rule +help: Set action to take on AS paths matching this rule [REQUIRED] comp_help: \1 permit\tpermit matching as-paths deny\t\tdeny matching as-paths syntax:expression: $VAR(@) in "permit", "deny"; "action must be permit or deny" diff --git a/templates/policy/community-list/node.tag/rule/node.tag/action/node.def b/templates/policy/community-list/node.tag/rule/node.tag/action/node.def index 3a2d3681..b8145b68 100644 --- a/templates/policy/community-list/node.tag/rule/node.tag/action/node.def +++ b/templates/policy/community-list/node.tag/rule/node.tag/action/node.def @@ -1,5 +1,5 @@ type: txt -help: Set action to take on communities matching this rule +help: Set action to take on communities matching this rule [REQUIRED] comp_help: \1 permit\tpermit matching communities deny\t\tdeny matching communities syntax:expression: $VAR(@) in "permit", "deny"; "action must be permit or deny" 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 5aebb0c8..00612d90 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 +help: Set action to take on prefixes matching this rule [REQUIRED] comp_help: \1 permit\tpermit matching prefixes deny\t\tdeny matching prefixes syntax:expression: $VAR(@) in "permit", "deny"; "action must be permit or deny" diff --git a/templates/policy/route-map/node.tag/rule/node.tag/action/node.def b/templates/policy/route-map/node.tag/rule/node.tag/action/node.def index 872a5375..99ea11d7 100644 --- a/templates/policy/route-map/node.tag/rule/node.tag/action/node.def +++ b/templates/policy/route-map/node.tag/rule/node.tag/action/node.def @@ -1,5 +1,5 @@ type: txt -help: Set action to take on prefixes matching this rule +help: Set action to take on prefixes matching this rule [REQUIRED] comp_help: \1 permit\tpermit matching prefixes deny\t\tdeny matching prefixes syntax:expression: $VAR(@) in "permit", "deny"; "action must be permit or deny" |