summaryrefslogtreecommitdiff
path: root/templates/policy/route-map
AgeCommit message (Collapse)Author
2023-08-30T4475: route-map allow IPv6 address for match peer optionViacheslav Hletenko
set policy route-map foo rule 100 action 'permit' set policy route-map foo rule 100 match peer 'fe80::2'
2021-11-07route-map: T3974: use warning over error when "match interface" is non-existentChristian Poessinger
FRR can handle the route-map when the match interface does not exist.
2021-06-19Merge pull request #83 from c-po/equuleusChristian Poessinger
route-map: T3632: fix invalid validation regex for extcommunity-rt and extcommunity-soo
2021-06-18route-map: T3632: fix invalid validation regex for extcommunity-rt and ↵Christian Poessinger
extcommunity-soo Use the validation string/system available within vyos-1x. This also works also on VyOS 1.2 series systems. (cherry picked from commit 2c6ec4330384606fb25b8afb5ef1831320715917)
2021-06-08route-map: T3605: allow to set prefer-global for ipv6-next-hopLuca Berneking
When we receive a global and link-local ipv6 next-hop ipv6 address, normally the link-local one is preferred. This setting allows to use the global ipv6 instead. This is required if the peer does not answer on his link-local address.
2021-05-09policy: T3531: Allow route-map names to contain an underscoreChristian Poessinger
2021-03-19route-map: T3306: Extend aggregator as to 4 bytesever-sever
(cherry picked from commit 94a7ca3a9397b771e4cba8b61b09ccca2c10e4c4)
2020-10-30route-map: T3032: Add set table x for route-mapsever-sever
2020-05-08T2431: fix a reference to validate-value.pyDaniil Baturin
2020-01-22T1974 - Allow route-map rule to set administrative distance.bbs2web
Signed-off-by: bbs2web <bbs2web@hotmail.com> Signed-off-by: Daniil Baturin <daniil@baturin.org>
2020-01-22T1973 - Allow route-map rule to match prefix's BGP local preference.bbs2web
Signed-off-by: bbs2web <bbs2web@hotmail.com>
2020-01-22T1981 - Allow route-map rule 'set src' to also be IPv6bbs2web
Signed-off-by: bbs2web <bbs2web@hotmail.com> Signed-off-by: Daniil Baturin <daniil@baturin.org>
2019-07-08T1391: In route-map set community additive (#28)mevertse
2018-12-26T1138: disallow "set comm-list" statements without "delete" optionDaniil Baturin
and allow named community lists there.
2018-12-26T1122: move the misplaced check to where it belonds to allow deleting "set ↵Daniil Baturin
comm-list" statements.
2018-12-16T865: prototype RPKI implementation.Daniil Baturin
2018-12-16T1072: allow named community-list in route-map rules.Daniil Baturin
2018-12-16T1093: syntax correction for FRR's "no set community".Daniil Baturin
2018-11-12T991: fix the as-path-exclude removal command.Daniil Baturin
2018-10-15T143: add CLI for setting large communities.Daniil Baturin
2018-10-14T143: add CLI for BGP large communities.Daniil Baturin
2018-10-14T897: check the value of the "set ipv6-next-hop local" option at set time.Daniil Baturin
2018-10-14T800: correct "no set ipv6-nexthop global" command syntax for FRR.Daniil Baturin
2018-02-15Fixing IPv6 next-hop for route-mapNick Pratley
2018-02-15Fixing ipv6 next-hop in route-mapNick Pratley
2017-10-05Merge pull request #13 from elizandropacheco/currentDaniil Baturin
ExtCommunities for Border Gateway Protocol
2017-05-18Fix Route Metric TypoDaKnOb
2017-04-04Add Border Gateway Protocol extommunities support on route-map parameter.Elizandro Pacheco
2017-04-04Add Border Gateway Protocol extommunities support on route-map parameter.Elizandro Pacheco
2016-10-22Merge pull request #10 from smunaut/T132Daniil Baturin
T132 Allow route-map to set "src"
2016-08-17policy/route-map: Allow action 'set src'Sylvain Munaut
Phabricator's T132 Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2016-05-10Initial commit on T64. (Bgp extcommunity list)Mihail Vasilev
2014-11-06Bug #384: Add route-map support for 'as-path exclude'Kevin Blackham
2014-07-01Bug #102: add completion for as-path-list in route-map rule.Daniil Baturin
2012-09-03move policy priority tag to each policy typeRobert Bays
2011-08-11Bugfix 7077: Add support for IPv6 nexthops in route mapsBob Gilligan
From patch written by: daniil.baturin@vyatta.com (cherry picked from commit 9e58fc07244553bd711c2d7a9b9b5c64ffeb550d)
2010-08-17remove low-level config dir usageAn-Cheng Huang
2010-07-21remove explicit paths from commit error messages since that is handled by ↵Robert Bays
CLI now
2010-07-21Remove verbs from help stringsStephen Hemminger
2010-07-21Convert Quagga templates to use val_help:Stephen Hemminger
2010-03-05Get rid of vyatta-vtyshStephen Hemminger
For SELinux policy, changing vyatta-quagga to use standard path values. This means not having to change policies.
2010-03-04Allow multiple values in 'set community'Stephen Hemminger
Bug 5400 Allow for setting multiple values in quoted string for set community.
2010-02-17Fix 5347: committing unsuppress-map for bgp ipv6 neigbor failedStig Thormodsrud
2010-01-25Fix set community additiveStephen Hemminger
additive is a prefix to other values, ie. "additive internet" not a separate value. The value will need to be quoted (Bug 4376) Fixing the syntax correctly is too hard (requires new node type).
2010-01-18Merge branch 'kenwood' of http://git.vyatta.com/vyatta-cfg-quagga into kenwoodStig Thormodsrud
2010-01-18Add IPv6 policy access-list.Stig Thormodsrud
2010-01-18Allow none as argument to set communityStephen Hemminger
2010-01-14Check arguement to policy route-map COMMUNITY rule N set communityStephen Hemminger
Add completion and syntax validation Bug 4964
2009-11-30added required keyword to help text.Michael Larson
2009-10-30First pass of IPv6 policy.Stig Thormodsrud