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 /templates/policy/route-map | |
parent | c327f1a14836edd722e0607e5449f8f47a19e5d2 (diff) | |
download | vyatta-cfg-quagga-d8781237d0b769b032fcee7d8c8abca0f0cebe80.tar.gz vyatta-cfg-quagga-d8781237d0b769b032fcee7d8c8abca0f0cebe80.zip |
added required keyword to help text.
Diffstat (limited to 'templates/policy/route-map')
-rw-r--r-- | templates/policy/route-map/node.tag/rule/node.tag/action/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
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" |