diff options
author | Daniil Baturin <daniil@baturin.org> | 2017-10-12 07:16:24 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2017-10-12 07:16:24 +0200 |
commit | 9857922541ce830dd46282ad0c71b98945b3dddb (patch) | |
tree | 43fa598cee32bbea7f37b5015562cf9e9ddcd280 | |
parent | 973afef2f599538ccda19a2befcf16e6730eaad2 (diff) | |
download | vyatta-cfg-quagga-9857922541ce830dd46282ad0c71b98945b3dddb.tar.gz vyatta-cfg-quagga-9857922541ce830dd46282ad0c71b98945b3dddb.zip |
Bug #384: Add route-map support for 'as-path exclude'
Conflicts:
templates/policy/route-map/node.tag/rule/node.tag/set/as-path-exclude/node.def
-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" \ |