diff options
author | Robert Bays <robert@vyatta.com> | 2010-07-21 17:40:48 -0700 |
---|---|---|
committer | Robert Bays <robert@vyatta.com> | 2010-07-21 17:40:48 -0700 |
commit | d538bb7b58ebf74d6174992d69e57e829601d7ee (patch) | |
tree | cbf397fbec3414149850bdefd3e060712b54071f /templates/policy/as-path-list | |
parent | 93004ab85218f1877f85b037b2c9dde05cafb505 (diff) | |
download | vyatta-cfg-quagga-d538bb7b58ebf74d6174992d69e57e829601d7ee.tar.gz vyatta-cfg-quagga-d538bb7b58ebf74d6174992d69e57e829601d7ee.zip |
remove explicit paths from commit error messages since that is handled by CLI now
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 e42d30d8..6b721273 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 @@ -4,4 +4,4 @@ val_help: <aa:nn>; AS 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" +commit:expression: $VAR(../action/@) != ""; "You must specify an action" |