summaryrefslogtreecommitdiffstats
path: root/lib/routemap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* Merge pull request #4352 from donaldsharp/routemap_fix_replaceMark Stapp2019-05-161-6/+3
|\
| * lib: Fix gcc 9.1 and --enable-werror issues foundDonald Sharp2019-05-161-6/+3
* | lib: hashing functions should take const argumentsQuentin Young2019-05-141-3/+3
|/
* bgpd, lib, ospf6d, ospfd, pimd, zebra: Rework routemap event callbackDonald Sharp2019-05-111-22/+9
* lib: in routemap.c if using a switch for an enum get rid of enumDonald Sharp2019-05-111-3/+21
* Merge pull request #4297 from vishaldhingra/rmapDonald Sharp2019-05-101-0/+2
|\
| * lib : Child rmap not sending an update to parent rmap,if there is an update i...vishaldhingra2019-05-091-0/+2
* | lib, bgpd: Disallow processing of duplicate config.Naveen Thanikachalam2019-05-091-0/+17
|/
* *: remove null check before XFREEQuentin Young2019-02-261-10/+5
* *: Rename backet to bucketTim Bray2019-02-251-6/+6
* lib: Implemented a cli "show route-map-unsed" to track all unsed routemaps.rgirada2019-02-041-0/+55
* Merge branch 'pull/3197'David Lamparter2018-10-231-7/+6
|\
| * *: Replace hash_cmp function return value to a boolDonald Sharp2018-10-191-7/+6
* | lib: fix the "no match ipv6 next-hop type" commandRenato Westphal2018-10-201-1/+2
|/
* bgpd: Check if route-map really exists before applying to the peerDonatas Abraitis2018-10-111-0/+12
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-1/+1
* Merge pull request #3102 from ton31337/feature/match_blackhole_nexthopsDavid Lamparter2018-10-021-0/+137
|\
| * bgpd: Match routes by type under route-mapsDonatas Abraitis2018-10-021-0/+137
* | lib: Allow some usage statistics for route-mapsDonald Sharp2018-09-251-3/+9
|/
* lib: Trigger callbacks to re-evaluate route-map clauses when "call" CLI is ex...Naveen Thanikachalam2018-09-211-1/+12
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-1/+1
* lib: Convert routemap.c to use new error-code subsystemDonald Sharp2018-09-061-1/+3
* lib: sort route-maps for displayQuentin Young2018-08-301-2/+20
* lib: routemap.c trust backet->dataDonald Sharp2018-08-151-14/+9
* lib, bgpd, ospf6d, ospfd, pimd: Allow finish to cleanup a bit moreDonald Sharp2018-08-031-0/+9
* libs, daemons: use const in route-map applyMark Stapp2018-07-231-2/+3
* bgpd, lib, zebra: Remove unnecessary returnDonald Sharp2018-06-201-1/+1
* lib: Don't expose a function that is never usedDonald Sharp2018-06-201-1/+1
* bgpd, lib, pimd: Remove unused variable.Donald Sharp2018-06-201-1/+1
* lib: Convert true/false values to boolDonald Sharp2018-04-291-7/+7
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-18/+11
* lib: Fix nexthop reading to work betterDonald Sharp2017-11-061-1/+1
* lib: Hash creation cleanupDonald Sharp2017-09-051-5/+10
* *: Add RMAP_COMPILE_SUCCESS to enumDonald Sharp2017-08-251-61/+66
* *: fix assorted issues detected by Coverity ScanRenato Westphal2017-08-251-1/+1
* lib, bgpd: fix `set ip next-hop peer-address`Quentin Young2017-08-101-9/+9
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-6/+4