diff options
-rw-r--r-- | templates/policy/route-map/node.tag/rule/node.tag/set/as-path-exclude/node.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/policy/route-map/node.tag/rule/node.tag/set/as-path-exclude/node.def b/templates/policy/route-map/node.tag/rule/node.tag/set/as-path-exclude/node.def index 3087df7f..f882e787 100644 --- a/templates/policy/route-map/node.tag/rule/node.tag/set/as-path-exclude/node.def +++ b/templates/policy/route-map/node.tag/rule/node.tag/set/as-path-exclude/node.def @@ -3,6 +3,7 @@ help: Exclude string for a Border Gateway Protocol (BGP) AS-path attribute val_help: BGP AS path exclude string (ex: "456 64500 45001") syntax:expression: exec "/opt/vyatta/sbin/vyatta-check-as-prepend.pl \"$VAR(@)\" "; "invalid AS path string" + commit:expression: $VAR(../../action/) != ""; "you must specify an action" update: vtysh -c "configure terminal" \ |