summaryrefslogtreecommitdiffstats
path: root/lib/routemap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * *: un-split strings across linesDavid Lamparter2020-07-141-8/+4
* | Merge pull request #6736 from NaveenThanikachalam/rmap_noopRuss White2020-07-151-2/+7
|\ \ | |/ |/|
| * libfrr: Retain ret value if the best idx is foundNaveen Thanikachalam2020-07-141-2/+7
* | Merge pull request #6403 from NaveenThanikachalam/FRR_RMAP_FIXDonald Sharp2020-07-101-85/+45
|\ \
| * | lib: Fix erroneous r-map behaviorNaveen Thanikachalam2020-05-261-85/+45
* | | lib: fix route map description memory leakRafael Zalamena2020-07-061-0/+3
| |/ |/|
* | lib: Make sure route_map_dep_data is not NULL before decrementing refcountDonatas Abraitis2020-06-081-1/+6
|/
* *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-161-0/+1
* *: remove second parameter on install_node()David Lamparter2020-04-161-1/+3
* *: remove cmd_node->vtyshDavid Lamparter2020-04-161-1/+0
* *: clean up cmd_node initializersDavid Lamparter2020-04-161-1/+5
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-2/+1
* *: Use short version of bool expressionsDonatas Abraitis2020-03-041-1/+1
* *: change hash_backet to hash_bucketDonald Sharp2020-02-281-1/+1
* Revert "*: change hash_backet to hash_bucket"Jafar Al-Gharaibeh2020-02-271-1/+1
* *: change hash_backet to hash_bucketDonald Sharp2020-02-271-1/+1
* Merge pull request #5270 from NaveenThanikachalam/rmapDonald Sharp2020-02-251-17/+1041
|\
| * lib: Optimizing route-maps - Part-3Naveen Thanikachalam2020-02-181-232/+291
| * lib: Optimizing route-maps - Part-2Naveen Thanikachalam2020-02-181-61/+217
| * lib: Optimizing route-maps - Part-1Naveen Thanikachalam2020-02-181-4/+813
* | lib: fix route-map coverity scan issueRafael Zalamena2020-02-191-2/+3
|/
* *: Remove break after returnDonatas Abraitis2020-02-131-3/+0
* Merge pull request #5763 from ton31337/fix/return_without_parentRenato Westphal2020-02-101-1/+1
|\
| * *: Remove parenthesis on return for constantsDonatas Abraitis2020-02-091-1/+1
* | Merge pull request #5104 from opensourcerouting/route-map-nbv2Donald Sharp2020-02-051-1329/+60
|\ \ | |/ |/|
| * lib: fix route map northbound memory leakRafael Zalamena2020-02-041-0/+5
| * lib: fix route map generic error outputRafael Zalamena2020-02-041-22/+46
| * lib: implement new route map CLIRafael Zalamena2020-02-041-1101/+2
| * lib: export route map structures and functionsRafael Zalamena2020-02-041-206/+7
* | *: don't null after XFREE; XFREE does this itselfQuentin Young2020-02-031-1/+0
|/
* lib: make some variables staticDavid Lamparter2019-12-131-3/+3
* *: make all route_map_rule_cmd constDavid Lamparter2019-11-301-14/+14
* lib: rmap dep table is not correct in case of exact-match clausevdhingra2019-09-151-17/+27
* *: Convert some route map functions to return the enumDonald Sharp2019-09-031-12/+29
* lib: Cleanup return codes to use enum valuesDonald Sharp2019-09-031-6/+6
* lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy2019-07-221-56/+147
* Merge pull request #4570 from donaldsharp/route_map_clearSri Mohana Singamsetty2019-06-251-2/+53
|\
| * lib: Order `show run` route-map order to be alphabeticalDonald Sharp2019-06-201-0/+9
| * lib: Add `clear route-map counters [WORD]` commandDonald Sharp2019-06-201-2/+44
* | rmap: Minor changes in comments regarding match ip[v6] next-hop typeDonatas Abraitis2019-06-221-5/+5
* | rmap: Modify cli helper text for `match_ipv6_next_hop_type_cmd`Donatas Abraitis2019-06-221-1/+1
|/
* Lib: Debugs for route-map code in FRRAmeya Dharkar2019-06-121-14/+115
* Revert of PR 4078 and PR 4315Lakshman Krishnamoorthy2019-06-041-32/+18
* lib: Cleanup recent commit warn->werror issues in lib/routemap.cDonald Sharp2019-06-031-0/+7
* lib: Changes made to dependencies of a r-map do not take effect.Naveen Thanikachalam2019-05-311-20/+131
* lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOPLakshman Krishnamoorthy2019-05-301-18/+32