diff options
author | Robert Bays <rbays@moresby.vyatta.com> | 2008-03-18 15:59:07 -0700 |
---|---|---|
committer | Robert Bays <rbays@moresby.vyatta.com> | 2008-03-18 15:59:07 -0700 |
commit | 4e2574e6907291df4e87c795dcbdd8111036e3de (patch) | |
tree | 6436d8af1c3e5c36324bea4cb2d4f1d364657932 /templates/policy/as-path-list | |
parent | 4158c20355825cd0d8505f1307c2756877225f9f (diff) | |
download | vyatta-cfg-quagga-4e2574e6907291df4e87c795dcbdd8111036e3de.tar.gz vyatta-cfg-quagga-4e2574e6907291df4e87c795dcbdd8111036e3de.zip |
finish help strings for policy
Diffstat (limited to 'templates/policy/as-path-list')
-rw-r--r-- | templates/policy/as-path-list/node.tag/rule/node.tag/regex/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/policy/as-path-list/node.tag/rule/node.tag/regex/node.def b/templates/policy/as-path-list/node.tag/rule/node.tag/regex/node.def index 6afc2c35..9b79e6b3 100644 --- a/templates/policy/as-path-list/node.tag/rule/node.tag/regex/node.def +++ b/templates/policy/as-path-list/node.tag/rule/node.tag/regex/node.def @@ -1,6 +1,6 @@ type: txt help: match against an AS path regular expression -comp_help: \1 <txt>\t\tas-path regular expression +comp_help: \1 <aa:nn>\tas-path regular expression (ex: "50:1 6553:1201") # TODO: check regex syntax; \ # "invalid chars in regex syntax" commit:expression: $VAR(../action/@) != ""; "policy as-path-list $VAR(../../@) rule $VAR(../@): You must specify an action" |