| Commit message (Expand) | Author | Age | Files | Lines |
* | *: Remove break after return | Donatas Abraitis | 2020-02-13 | 1 | -3/+0 |
* | Merge pull request #5763 from ton31337/fix/return_without_parent | Renato Westphal | 2020-02-10 | 1 | -1/+1 |
|\ |
|
| * | *: Remove parenthesis on return for constants | Donatas Abraitis | 2020-02-09 | 1 | -1/+1 |
* | | Merge pull request #5104 from opensourcerouting/route-map-nbv2 | Donald Sharp | 2020-02-05 | 1 | -1329/+60 |
|\ \
| |/
|/| |
|
| * | lib: fix route map northbound memory leak | Rafael Zalamena | 2020-02-04 | 1 | -0/+5 |
| * | lib: fix route map generic error output | Rafael Zalamena | 2020-02-04 | 1 | -22/+46 |
| * | lib: implement new route map CLI | Rafael Zalamena | 2020-02-04 | 1 | -1101/+2 |
| * | lib: export route map structures and functions | Rafael Zalamena | 2020-02-04 | 1 | -206/+7 |
* | | *: don't null after XFREE; XFREE does this itself | Quentin Young | 2020-02-03 | 1 | -1/+0 |
|/ |
|
* | lib: make some variables static | David Lamparter | 2019-12-13 | 1 | -3/+3 |
* | *: make all route_map_rule_cmd const | David Lamparter | 2019-11-30 | 1 | -14/+14 |
* | lib: rmap dep table is not correct in case of exact-match clause | vdhingra | 2019-09-15 | 1 | -17/+27 |
* | *: 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 |