| Commit message (Expand) | Author | Age | Files | Lines |
* | *: Convert some route map functions to return the enum | Donald Sharp | 2019-09-03 | 1 | -12/+29 |
* | lib: Cleanup return codes to use enum values | Donald Sharp | 2019-09-03 | 1 | -6/+6 |
* | lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOP | Lakshman Krishnamoorthy | 2019-07-22 | 1 | -56/+147 |
* | Merge pull request #4570 from donaldsharp/route_map_clear | Sri Mohana Singamsetty | 2019-06-25 | 1 | -2/+53 |
|\ |
|
| * | lib: Order `show run` route-map order to be alphabetical | Donald Sharp | 2019-06-20 | 1 | -0/+9 |
| * | lib: Add `clear route-map counters [WORD]` command | Donald Sharp | 2019-06-20 | 1 | -2/+44 |
* | | rmap: Minor changes in comments regarding match ip[v6] next-hop type | Donatas Abraitis | 2019-06-22 | 1 | -5/+5 |
* | | rmap: Modify cli helper text for `match_ipv6_next_hop_type_cmd` | Donatas Abraitis | 2019-06-22 | 1 | -1/+1 |
|/ |
|
* | Lib: Debugs for route-map code in FRR | Ameya Dharkar | 2019-06-12 | 1 | -14/+115 |
* | Revert of PR 4078 and PR 4315 | Lakshman Krishnamoorthy | 2019-06-04 | 1 | -32/+18 |
* | lib: Cleanup recent commit warn->werror issues in lib/routemap.c | Donald Sharp | 2019-06-03 | 1 | -0/+7 |
* | lib: Changes made to dependencies of a r-map do not take effect. | Naveen Thanikachalam | 2019-05-31 | 1 | -20/+131 |
* | lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOP | Lakshman Krishnamoorthy | 2019-05-30 | 1 | -18/+32 |
* | Merge pull request #4352 from donaldsharp/routemap_fix_replace | Mark Stapp | 2019-05-16 | 1 | -6/+3 |
|\ |
|
| * | lib: Fix gcc 9.1 and --enable-werror issues found | Donald Sharp | 2019-05-16 | 1 | -6/+3 |
* | | lib: hashing functions should take const arguments | Quentin Young | 2019-05-14 | 1 | -3/+3 |
|/ |
|
* | bgpd, lib, ospf6d, ospfd, pimd, zebra: Rework routemap event callback | Donald Sharp | 2019-05-11 | 1 | -22/+9 |
* | lib: in routemap.c if using a switch for an enum get rid of enum | Donald Sharp | 2019-05-11 | 1 | -3/+21 |
* | Merge pull request #4297 from vishaldhingra/rmap | Donald Sharp | 2019-05-10 | 1 | -0/+2 |
|\ |
|
| * | lib : Child rmap not sending an update to parent rmap,if there is an update i... | vishaldhingra | 2019-05-09 | 1 | -0/+2 |
* | | lib, bgpd: Disallow processing of duplicate config. | Naveen Thanikachalam | 2019-05-09 | 1 | -0/+17 |
|/ |
|
* | *: remove null check before XFREE | Quentin Young | 2019-02-26 | 1 | -10/+5 |
* | *: Rename backet to bucket | Tim Bray | 2019-02-25 | 1 | -6/+6 |
* | lib: Implemented a cli "show route-map-unsed" to track all unsed routemaps. | rgirada | 2019-02-04 | 1 | -0/+55 |
* | Merge branch 'pull/3197' | David Lamparter | 2018-10-23 | 1 | -7/+6 |
|\ |
|
| * | *: Replace hash_cmp function return value to a bool | Donald Sharp | 2018-10-19 | 1 | -7/+6 |
* | | lib: fix the "no match ipv6 next-hop type" command | Renato Westphal | 2018-10-20 | 1 | -1/+2 |
|/ |
|
* | bgpd: Check if route-map really exists before applying to the peer | Donatas Abraitis | 2018-10-11 | 1 | -0/+12 |
* | *: list_delete_and_null() -> list_delete() | David Lamparter | 2018-10-02 | 1 | -1/+1 |
* | Merge pull request #3102 from ton31337/feature/match_blackhole_nexthops | David Lamparter | 2018-10-02 | 1 | -0/+137 |
|\ |
|
| * | bgpd: Match routes by type under route-maps | Donatas Abraitis | 2018-10-02 | 1 | -0/+137 |
* | | lib: Allow some usage statistics for route-maps | Donald Sharp | 2018-09-25 | 1 | -3/+9 |
|/ |
|
* | lib: Trigger callbacks to re-evaluate route-map clauses when "call" CLI is ex... | Naveen Thanikachalam | 2018-09-21 | 1 | -1/+12 |
* | *: LIB_[ERR|WARN] -> EC_LIB | Quentin Young | 2018-09-13 | 1 | -1/+1 |
* | lib: Convert routemap.c to use new error-code subsystem | Donald Sharp | 2018-09-06 | 1 | -1/+3 |
* | lib: sort route-maps for display | Quentin Young | 2018-08-30 | 1 | -2/+20 |
* | lib: routemap.c trust backet->data | Donald Sharp | 2018-08-15 | 1 | -14/+9 |
* | lib, bgpd, ospf6d, ospfd, pimd: Allow finish to cleanup a bit more | Donald Sharp | 2018-08-03 | 1 | -0/+9 |
* | libs, daemons: use const in route-map apply | Mark Stapp | 2018-07-23 | 1 | -2/+3 |
* | 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/+1 |
* | 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 | -7/+7 |
* | *: conform with COMMUNITY.md formatting rules, via 'make indent' | Lou Berger | 2018-03-06 | 1 | -18/+11 |
* | lib: Fix nexthop reading to work better | Donald Sharp | 2017-11-06 | 1 | -1/+1 |
* | lib: Hash creation cleanup | Donald Sharp | 2017-09-05 | 1 | -5/+10 |
* | *: Add RMAP_COMPILE_SUCCESS to enum | Donald Sharp | 2017-08-25 | 1 | -61/+66 |
* | *: fix assorted issues detected by Coverity Scan | Renato Westphal | 2017-08-25 | 1 | -1/+1 |
* | lib, bgpd: fix `set ip next-hop peer-address` | Quentin Young | 2017-08-10 | 1 | -9/+9 |
* | Revert "*: reindent pt. 2" | David Lamparter | 2017-07-22 | 1 | -6/+4 |