From d8781237d0b769b032fcee7d8c8abca0f0cebe80 Mon Sep 17 00:00:00 2001 From: Michael Larson Date: Mon, 30 Nov 2009 15:43:36 -0800 Subject: added required keyword to help text. --- templates/policy/access-list/node.tag/rule/node.tag/action/node.def | 2 +- templates/policy/as-path-list/node.tag/rule/node.tag/action/node.def | 2 +- templates/policy/community-list/node.tag/rule/node.tag/action/node.def | 2 +- templates/policy/prefix-list/node.tag/rule/node.tag/action/node.def | 2 +- templates/policy/route-map/node.tag/rule/node.tag/action/node.def | 2 +- 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" -- cgit v1.2.3