| Commit message (Expand) | Author | Age | Files | Lines |
* | bgpd: Add `set as-path replace <any|ASN>` cmd for route-maps | Donatas Abraitis | 2022-04-25 | 1 | -0/+1 |
* | bgpd: Show `match script SCRIPT` in running config | Donatas Abraitis | 2022-03-31 | 1 | -0/+1 |
* | bgpd: Add an ability to match ipv6 next-hop by prefix-list | Donatas Abraitis | 2021-11-24 | 1 | -0/+25 |
* | bgpd: Add an ability to match ipv6 next-hop by access-list | Donatas Abraitis | 2021-11-23 | 1 | -3/+24 |
* | lib: use hash for route-map set/match commands | David Lamparter | 2021-11-16 | 1 | -2/+32 |
* | lib: northbound cli show/cmd functions must not modify data nodes | Igor Ryzhov | 2021-10-13 | 1 | -10/+13 |
* | lib: add ability to supply separate match/set objects to routemaps | Igor Ryzhov | 2021-09-08 | 1 | -3/+6 |
* | Merge pull request #9439 from ton31337/feature/set_ext_community_to_none | Russ White | 2021-09-01 | 1 | -0/+2 |
|\ |
|
| * | bgpd: Add an ability to set extcommunity to none in route-maps | Donatas Abraitis | 2021-08-18 | 1 | -0/+2 |
* | | lib: remove the dependency on bgpd code | Igor Ryzhov | 2021-08-24 | 1 | -0/+6 |
|/ |
|
* | bgpd: Keep extcommunity bandwidth commands persistent in route-maps | Donatas Abraitis | 2021-08-03 | 1 | -0/+2 |
* | bgpd: Add route-map `match alias` command | Donatas Abraitis | 2021-07-21 | 1 | -0/+1 |
* | ospf6d: "clear ipv6 ospf6 process" command | Yash Ranjan | 2021-06-28 | 1 | -0/+5 |
* | bgpd: Add "set evpn gateway-ip" clause for route-map | Ameya Dharkar | 2021-06-08 | 1 | -0/+4 |
* | lib, doc: add "route-map NAME optimization" command | Igor Ryzhov | 2021-04-09 | 1 | -0/+3 |
* | lib: Modifications to route-map NB | Sarita Patra | 2021-03-30 | 1 | -169/+360 |
* | lib: sort route-map commands by sequence number in running-config | Igor Ryzhov | 2021-03-23 | 1 | -0/+2 |
* | *: require semicolon after DEFINE_QOBJ & co. | David Lamparter | 2021-03-17 | 1 | -4/+4 |
* | *: require semicolon after DEFINE_MTYPE & co | David Lamparter | 2021-03-17 | 1 | -3/+3 |
* | *: Remove route_map_object_t from the system | Donald Sharp | 2020-11-14 | 1 | -13/+0 |
* | lib, zebra: Add SR-TE policy infrastructure to zebra | Sebastien Merle | 2020-08-07 | 1 | -0/+16 |
* | *: change the signature of the northbound callbacks to be more flexible | Renato Westphal | 2020-04-23 | 1 | -4/+2 |
* | lib: Optimizing route-maps - Part-3 | Naveen Thanikachalam | 2020-02-18 | 1 | -4/+4 |
* | lib: Optimizing route-maps - Part-1 | Naveen Thanikachalam | 2020-02-18 | 1 | -1/+13 |
* | lib: fix route map northbound memory leak | Rafael Zalamena | 2020-02-04 | 1 | -0/+11 |
* | lib: implement new route map CLI | Rafael Zalamena | 2020-02-04 | 1 | -0/+19 |
* | lib: implement route map northbound | Rafael Zalamena | 2020-02-04 | 1 | -0/+24 |
* | lib: export route map structures and functions | Rafael Zalamena | 2020-02-04 | 1 | -0/+209 |
* | *: make all route_map_rule_cmd const | David Lamparter | 2019-11-30 | 1 | -2/+2 |
* | lib: rmap dep table is not correct in case of exact-match clause | vdhingra | 2019-09-15 | 1 | -3/+5 |
* | *: Convert some route map functions to return the enum | Donald Sharp | 2019-09-03 | 1 | -11/+14 |
* | lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOP | Lakshman Krishnamoorthy | 2019-07-22 | 1 | -8/+30 |
* | lib: Add `clear route-map counters [WORD]` command | Donald Sharp | 2019-06-20 | 1 | -0/+2 |
* | Revert of PR 4078 and PR 4315 | Lakshman Krishnamoorthy | 2019-06-04 | 1 | -29/+8 |
* | lib: Changes made to dependencies of a r-map do not take effect. | Naveen Thanikachalam | 2019-05-31 | 1 | -6/+12 |
* | lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOP | Lakshman Krishnamoorthy | 2019-05-30 | 1 | -8/+29 |
* | bgpd, lib, ospf6d, ospfd, pimd, zebra: Rework routemap event callback | Donald Sharp | 2019-05-11 | 1 | -1/+9 |
* | lib: add extern "C" {} blocks to all libfrr headers | Renato Westphal | 2019-02-12 | 1 | -0/+8 |
* | lib: Implemented a cli "show route-map-unsed" to track all unsed routemaps. | rgirada | 2019-02-04 | 1 | -0/+9 |
* | bgpd: Check if route-map really exists before applying to the peer | Donatas Abraitis | 2018-10-11 | 1 | -0/+3 |
* | Merge pull request #3102 from ton31337/feature/match_blackhole_nexthops | David Lamparter | 2018-10-02 | 1 | -0/+16 |
|\ |
|
| * | bgpd: Match routes by type under route-maps | Donatas Abraitis | 2018-10-02 | 1 | -0/+16 |
* | | lib: Allow some usage statistics for route-maps | Donald Sharp | 2018-09-25 | 1 | -0/+6 |
|/ |
|
* | lib, bgpd, ospf6d, ospfd, pimd: Allow finish to cleanup a bit more | Donald Sharp | 2018-08-03 | 1 | -0/+6 |
* | libs, daemons: use const in route-map apply | Mark Stapp | 2018-07-23 | 1 | -3/+5 |
* | bgpd, lib, zebra: Remove unnecessary return | Donald Sharp | 2018-06-20 | 1 | -1/+1 |
* | lib: Don't expose a function that is never used | Donald Sharp | 2018-06-20 | 1 | -1/+0 |
* | bgpd, lib, pimd: Remove unused variable. | Donald Sharp | 2018-06-20 | 1 | -1/+1 |
* | lib: Convert true/false values to bool | Donald Sharp | 2018-04-29 | 1 | -2/+2 |
* | *: conform with COMMUNITY.md formatting rules, via 'make indent' | Lou Berger | 2018-03-06 | 1 | -7/+5 |