Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-30 | T4475: route-map allow IPv6 address for match peer option | Viacheslav Hletenko | |
set policy route-map foo rule 100 action 'permit' set policy route-map foo rule 100 match peer 'fe80::2' | |||
2021-11-07 | route-map: T3974: use warning over error when "match interface" is non-existent | Christian Poessinger | |
FRR can handle the route-map when the match interface does not exist. | |||
2021-06-19 | Merge pull request #83 from c-po/equuleus | Christian Poessinger | |
route-map: T3632: fix invalid validation regex for extcommunity-rt and extcommunity-soo | |||
2021-06-18 | route-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-08 | route-map: T3605: allow to set prefer-global for ipv6-next-hop | Luca 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-09 | policy: T3531: Allow route-map names to contain an underscore | Christian Poessinger | |
2021-05-09 | policy: T3531: Allow prefix-list names to contain an underscore | Christian Poessinger | |
2021-03-19 | route-map: T3306: Extend aggregator as to 4 byte | sever-sever | |
(cherry picked from commit 94a7ca3a9397b771e4cba8b61b09ccca2c10e4c4) | |||
2021-02-25 | policy: add large-community description | Christian Poessinger | |
(cherry picked from commit 92af72e62b2c95d2ff3b60c0f1ec22f6950ff39d) | |||
2020-10-30 | route-map: T3032: Add set table x for route-map | sever-sever | |
2020-07-05 | frr: T2686: fixed large-community-list configuration generation | erik | |
Co-authored-by: Erik Kooistra <me@erikkooistra.nl> | |||
2020-06-25 | T1665: correctly validate prefix-list and access-list networks. | Daniil Baturin | |
2020-05-08 | T2431: fix a reference to validate-value.py | Daniil Baturin | |
2020-01-22 | T1974 - 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-22 | T1973 - Allow route-map rule to match prefix's BGP local preference. | bbs2web | |
Signed-off-by: bbs2web <bbs2web@hotmail.com> | |||
2020-01-22 | T1981 - Allow route-map rule 'set src' to also be IPv6 | bbs2web | |
Signed-off-by: bbs2web <bbs2web@hotmail.com> Signed-off-by: Daniil Baturin <daniil@baturin.org> | |||
2019-07-08 | T1391: In route-map set community additive (#28) | mevertse | |
2018-12-26 | T1138: disallow "set comm-list" statements without "delete" option | Daniil Baturin | |
and allow named community lists there. | |||
2018-12-26 | T1122: move the misplaced check to where it belonds to allow deleting "set ↵ | Daniil Baturin | |
comm-list" statements. | |||
2018-12-16 | T865: prototype RPKI implementation. | Daniil Baturin | |
2018-12-16 | T1072: allow named community-list in route-map rules. | Daniil Baturin | |
2018-12-16 | T1093: syntax correction for FRR's "no set community". | Daniil Baturin | |
2018-11-12 | T991: fix the as-path-exclude removal command. | Daniil Baturin | |
2018-11-11 | T964: update commands for community lists. | Daniil Baturin | |
2018-10-21 | T64: fix and revamp the broken extcommunity-list commands. | Daniil Baturin | |
2018-10-15 | T143: add CLI for setting large communities. | Daniil Baturin | |
2018-10-14 | T143: add CLI for BGP large communities. | Daniil Baturin | |
2018-10-14 | T897: check the value of the "set ipv6-next-hop local" option at set time. | Daniil Baturin | |
2018-10-14 | T800: correct "no set ipv6-nexthop global" command syntax for FRR. | Daniil Baturin | |
2018-02-15 | Fixing IPv6 next-hop for route-map | Nick Pratley | |
2018-02-15 | Fixing ipv6 next-hop in route-map | Nick Pratley | |
2017-10-05 | Merge pull request #13 from elizandropacheco/current | Daniil Baturin | |
ExtCommunities for Border Gateway Protocol | |||
2017-05-18 | Fix Route Metric Typo | DaKnOb | |
2017-04-30 | T23: Unable to remove rule from prefix list | Kim Hagen | |
do not add config if command fails | |||
2017-04-04 | Add Border Gateway Protocol extommunities support on route-map parameter. | Elizandro Pacheco | |
2017-04-04 | Add Border Gateway Protocol extommunities support on route-map parameter. | Elizandro Pacheco | |
2016-10-22 | Merge pull request #10 from smunaut/T132 | Daniil Baturin | |
T132 Allow route-map to set "src" | |||
2016-10-22 | Merge pull request #9 from mickvav/current | Daniil Baturin | |
Initial commit on T64. (Bgp extcommunity list) | |||
2016-09-13 | T70: Prefix lists, allow le==ge allows ge to be empty | Kim Hagen | |
2016-09-01 | T70: Prefix lists, allow le==ge | Kim Hagen | |
2016-08-17 | policy/route-map: Allow action 'set src' | Sylvain Munaut | |
Phabricator's T132 Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | |||
2016-05-10 | Initial commit on T64. (Bgp extcommunity list) | Mihail Vasilev | |
2014-11-06 | Bug #384: Add route-map support for 'as-path exclude' | Kevin Blackham | |
2014-07-01 | Bug #102: add completion for as-path-list in route-map rule. | Daniil Baturin | |
2014-03-31 | Tiny typo in tab completion. | Simon Vigneux | |
``` vyatta@r1-part# set policy access-list 10 rule <tab><tab> Possible completions: > <1-65535>> Access-list rule number > 10 ``` **Should look like access-list6 tab completion:** ``` vyatta@r1-part# set policy access-list6 test rule <tab><tab> Possible completions: > <1-65535> Access-list6 rule number ``` | |||
2012-09-03 | move policy priority tag to each policy type | Robert Bays | |
2011-08-11 | Bugfix 7077: Add support for IPv6 nexthops in route maps | Bob Gilligan | |
From patch written by: daniil.baturin@vyatta.com (cherry picked from commit 9e58fc07244553bd711c2d7a9b9b5c64ffeb550d) | |||
2011-01-04 | Fixed a typo in prefix-list6 completion | Daniil Baturin | |
2010-08-31 | Bugfix 5545: Update quagga when any prefix-list6 rule element is changed | Bob Gilligan | |
Previously, quagga was updated only when a rule was created. This meant that changes would not be reflected in quagga until the system was rebooted, or until the rule was deleted and re-created. Patch courtesy of: Jon Andersson <Jon.Andersson@Thales.no> | |||
2010-08-17 | remove low-level config dir usage | An-Cheng Huang | |