summaryrefslogtreecommitdiffstats
path: root/lib/routemap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: Remove tests for ipv[4|6]_prefix_tableDonald Sharp2023-03-231-32/+6
* bgpd, ospfd, zebra: Use unlikely for DEBUG_ROUTEMAP_DETAILDonald Sharp2023-03-231-17/+19
* lib:fix clear route-map cmd using DEFPYSindhu Parvathi Gopinathan2023-03-211-8/+5
* lib: add missing debug guards for route-mapTrey Aspelund2023-02-221-6/+8
* lib: skip route-map optimization if !AF_INET(6)Trey Aspelund2023-02-211-43/+56
* 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-10/+21
* | lib: Start partitioning of rmap_debug to allow detail levelDonald Sharp2023-02-131-21/+23
|/
* lib: Add missing enum's to switch statementDonald Sharp2023-01-311-1/+2
* lib: Remove unnecessary comparison, for linked listDonald Sharp2022-10-201-6/+1
* Merge pull request #8647 from sworleys/DVNI-Config-ChangesDonatas Abraitis2022-10-181-1/+18
|\
| * lib: handle type2/5 routes in optimized route-mapStephen Worley2022-08-231-1/+18
* | *: Create and use infrastructure to show debugs in libDonald Sharp2022-10-071-0/+6
* | lib: Fix `show route-map NAME json` command and memory leakDonatas Abraitis2022-09-261-1/+0
* | lib: Replace route_map_clear_updated to voidDonatas Abraitis2022-09-121-5/+1
|/
* bgpd: Fix insonsistencies with default-originate route-mapIqra Siddiqui2022-07-061-2/+10
* *: Use autocomplete for route-maps under commands that require itDonatas Abraitis2022-06-131-1/+1
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-6/+6
* Merge pull request #10716 from donaldsharp/routemap_rbtree_nonuniqDavid Lamparter2022-03-131-12/+22
|\
| * lib: Fix corruption when routemap delete/add sequence happensDonald Sharp2022-03-021-12/+22
* | lib: Route-map failed for OSPF routes even for matching prefixesMobashshera Rasool2022-03-041-6/+5
|/
* bgpd: Add an ability to match ipv6 next-hop by prefix-listDonatas Abraitis2021-11-241-0/+16
* bgpd: Add an ability to match ipv6 next-hop by access-listDonatas Abraitis2021-11-231-0/+16
* Merge pull request #10074 from opensourcerouting/assorted-20211116Igor Ryzhov2021-11-191-29/+52
|\
| * lib: use hash for route-map set/match commandsDavid Lamparter2021-11-161-29/+52
* | lib: use vty_json()David Lamparter2021-11-171-8/+1
|/
* lib: fix spelling nits in more lib filesewlumpkin2021-10-051-1/+1
* lib: add ability to supply separate match/set objects to routemapsIgor Ryzhov2021-09-081-7/+10
* bgpd: fix segfault when re-adding "match evpn default-route" ruleIgor Ryzhov2021-08-121-1/+1
* lib: add "json" option to "show route-map"Renato Westphal2021-08-021-51/+163
* lib: fix handling of rmap prefix-tree default nodeTrey Aspelund2021-05-221-1/+9
* lib: convert route-map optimization to NBIgor Ryzhov2021-04-061-26/+0
* lib: Modifications to route-map NBSarita Patra2021-03-301-167/+129
* *: require semicolon after DEFINE_QOBJ & co.David Lamparter2021-03-171-2/+2
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-8/+8
* *: fix all backetsIgor Ryzhov2021-02-021-2/+2
* lib: Keep track of route-map applications per sectionDonald Sharp2021-01-161-0/+1
* lib: Add a warning for when we are not operating correctlyDonald Sharp2020-12-181-4/+11
* lib: Fix dependency of match types in route-map codeDonald Sharp2020-12-181-1/+1
* lib: Add some useful debugs to understand what is going onDonald Sharp2020-12-181-0/+8
* lib: arg can never be NULLDonald Sharp2020-12-181-16/+12
* *: Remove route_map_object_t from the systemDonald Sharp2020-11-141-16/+13
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-15/+9
* lib: Convert usage of strings to %pFX and %pRNDonald Sharp2020-10-171-26/+4
* *: Create/Use accessor functions for lock countDonald Sharp2020-10-171-2/+4
* lib, zebra: Add SR-TE policy infrastructure to zebraSebastien Merle2020-08-071-0/+62
* lib: Put back applied count for route-mapsDonald Sharp2020-08-041-0/+1
* lib, tests: Add notation about whether or not a route-map is about to be repr...Donald Sharp2020-08-041-2/+3
* Merge pull request #6731 from opensourcerouting/style-string-prepDonald Sharp2020-07-161-8/+4
|\