summaryrefslogtreecommitdiffstats
path: root/lib/routemap.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-171-16/+1
|\
| * *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* | lib: Add `debug routemap [detail]`Donald Sharp2023-02-131-0/+4
|/
* bgpd: Implement Accumulated IGP Metric Attribute for BGPDonatas Abraitis2022-10-261-0/+1
* *: Create and use infrastructure to show debugs in libDonald Sharp2022-10-071-0/+2
* Merge pull request #11899 from opensourcerouting/feature/route_validation_ext...Russ White2022-09-131-0/+2
|\
| * bgpd: Handle Origin Validation State extended community via route-map matchDonatas Abraitis2022-09-041-0/+2
* | bgpd: add resolution for l3vpn traffic over gre interfacesPhilippe Guibert2022-09-051-0/+2
|/
* bgpd: Fix insonsistencies with default-originate route-mapIqra Siddiqui2022-07-061-2/+2
* bgpd: Add `set as-path replace <any|ASN>` cmd for route-mapsDonatas Abraitis2022-04-251-0/+1
* bgpd: Show `match script SCRIPT` in running configDonatas Abraitis2022-03-311-0/+1
* bgpd: Add an ability to match ipv6 next-hop by prefix-listDonatas Abraitis2021-11-241-0/+25
* bgpd: Add an ability to match ipv6 next-hop by access-listDonatas Abraitis2021-11-231-3/+24
* lib: use hash for route-map set/match commandsDavid Lamparter2021-11-161-2/+32
* lib: northbound cli show/cmd functions must not modify data nodesIgor Ryzhov2021-10-131-10/+13
* lib: add ability to supply separate match/set objects to routemapsIgor Ryzhov2021-09-081-3/+6
* Merge pull request #9439 from ton31337/feature/set_ext_community_to_noneRuss White2021-09-011-0/+2
|\
| * bgpd: Add an ability to set extcommunity to none in route-mapsDonatas Abraitis2021-08-181-0/+2
* | lib: remove the dependency on bgpd codeIgor Ryzhov2021-08-241-0/+6
|/
* bgpd: Keep extcommunity bandwidth commands persistent in route-mapsDonatas Abraitis2021-08-031-0/+2
* bgpd: Add route-map `match alias` commandDonatas Abraitis2021-07-211-0/+1
* ospf6d: "clear ipv6 ospf6 process" commandYash Ranjan2021-06-281-0/+5
* bgpd: Add "set evpn gateway-ip" clause for route-mapAmeya Dharkar2021-06-081-0/+4
* lib, doc: add "route-map NAME optimization" commandIgor Ryzhov2021-04-091-0/+3
* lib: Modifications to route-map NBSarita Patra2021-03-301-169/+360
* lib: sort route-map commands by sequence number in running-configIgor Ryzhov2021-03-231-0/+2
* *: require semicolon after DEFINE_QOBJ & co.David Lamparter2021-03-171-4/+4
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-3/+3
* *: Remove route_map_object_t from the systemDonald Sharp2020-11-141-13/+0
* lib, zebra: Add SR-TE policy infrastructure to zebraSebastien Merle2020-08-071-0/+16
* *: change the signature of the northbound callbacks to be more flexibleRenato Westphal2020-04-231-4/+2
* lib: Optimizing route-maps - Part-3Naveen Thanikachalam2020-02-181-4/+4
* lib: Optimizing route-maps - Part-1Naveen Thanikachalam2020-02-181-1/+13
* lib: fix route map northbound memory leakRafael Zalamena2020-02-041-0/+11
* lib: implement new route map CLIRafael Zalamena2020-02-041-0/+19
* lib: implement route map northboundRafael Zalamena2020-02-041-0/+24
* lib: export route map structures and functionsRafael Zalamena2020-02-041-0/+209
* *: make all route_map_rule_cmd constDavid Lamparter2019-11-301-2/+2
* lib: rmap dep table is not correct in case of exact-match clausevdhingra2019-09-151-3/+5
* *: Convert some route map functions to return the enumDonald Sharp2019-09-031-11/+14
* lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy2019-07-221-8/+30
* lib: Add `clear route-map counters [WORD]` commandDonald Sharp2019-06-201-0/+2
* Revert of PR 4078 and PR 4315Lakshman Krishnamoorthy2019-06-041-29/+8
* lib: Changes made to dependencies of a r-map do not take effect.Naveen Thanikachalam2019-05-311-6/+12
* lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy2019-05-301-8/+29
* bgpd, lib, ospf6d, ospfd, pimd, zebra: Rework routemap event callbackDonald Sharp2019-05-111-1/+9
* lib: add extern "C" {} blocks to all libfrr headersRenato Westphal2019-02-121-0/+8
* lib: Implemented a cli "show route-map-unsed" to track all unsed routemaps.rgirada2019-02-041-0/+9
* bgpd: Check if route-map really exists before applying to the peerDonatas Abraitis2018-10-111-0/+3
* Merge pull request #3102 from ton31337/feature/match_blackhole_nexthopsDavid Lamparter2018-10-021-0/+16
|\