| Commit message (Expand) | Author | Age | Files | Lines |
* | *: Do not cast to the same type | Donatas Abraitis | 2020-04-08 | 1 | -2/+2 |
* | ospf6d: Recent changes in our build cause const to be respected | Donald Sharp | 2020-04-01 | 1 | -1/+1 |
* | *: Finish off the __PRETTY_FUNCTION__ to __func__ | Donald Sharp | 2020-03-06 | 1 | -33/+31 |
* | *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__ | Donatas Abraitis | 2020-03-05 | 1 | -6/+5 |
* | *: Remove break after return | Donatas Abraitis | 2020-02-13 | 1 | -2/+0 |
* | *: make all route_map_rule_cmd const | David Lamparter | 2019-11-30 | 1 | -15/+31 |
* | lib: rmap dep table is not correct in case of exact-match clause | vdhingra | 2019-09-15 | 1 | -1/+0 |
* | *: Convert some route map functions to return the enum | Donald Sharp | 2019-09-03 | 1 | -8/+17 |
* | lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOP | Lakshman Krishnamoorthy | 2019-07-22 | 1 | -14/+12 |
* | Revert "Ospf missing interface handling 2" | Donald Sharp | 2019-06-24 | 1 | -2/+1 |
* | *: change if_lookup_by_name() api with vrf | Philippe Guibert | 2019-06-12 | 1 | -1/+2 |
* | Revert of PR 4078 and PR 4315 | Lakshman Krishnamoorthy | 2019-06-04 | 1 | -12/+14 |
* | lib: Introducing a 3rd state for route-map match cmd: RMAP_NOOP | Lakshman Krishnamoorthy | 2019-05-30 | 1 | -14/+12 |
* | bgpd, lib, ospf6d, ospfd, pimd, zebra: Rework routemap event callback | Donald Sharp | 2019-05-11 | 1 | -1/+1 |
* | *: remove trailing newlines from zlog messages | Quentin Young | 2019-03-14 | 1 | -1/+1 |
* | ospf6d: Added changes to track route-map usage | rgirada | 2019-02-04 | 1 | -1/+11 |
* | Treewide: use ANSI function definitions | Ruben Kerkhof | 2019-01-24 | 1 | -1/+1 |
* | *: fix clang-6 SA warnings | David Lamparter | 2018-09-08 | 1 | -1/+2 |
* | lib, bgpd, ospf6d, ospfd, pimd: Allow finish to cleanup a bit more | Donald Sharp | 2018-08-03 | 1 | -3/+0 |
* | libs, daemons: use const in route-map apply | Mark Stapp | 2018-07-23 | 1 | -7/+8 |
* | ospf6d: OoB read (Coverity 1221444 1221446) | paco | 2018-06-29 | 1 | -4/+6 |
* | ospf6d: Fix inter area prefix | Chirag Shah | 2018-05-21 | 1 | -2/+0 |
* | ospf6d: Fix ECMP for asbr external routes | Chirag Shah | 2018-05-17 | 1 | -58/+55 |
* | ospf6d: fix ospf6 asbr crash | Chirag Shah | 2018-04-21 | 1 | -18/+28 |
* | *: use C99 standard fixed-width integer types | Quentin Young | 2018-03-27 | 1 | -10/+12 |
* | ospf6d: Delete malloced on error path | Donald Sharp | 2018-03-21 | 1 | -0/+2 |
* | *: conform with COMMUNITY.md formatting rules, via 'make indent' | Lou Berger | 2018-03-06 | 1 | -136/+157 |
* | ospf6d: ECMP for external routes | Chirag Shah | 2018-03-01 | 1 | -35/+232 |
* | ospf6d: Handle Premature Aging of LSAs | Chirag Shah | 2018-02-15 | 1 | -0/+26 |
* | ospf6d: Fix redist w/ route-map during restart | Chirag Shah | 2018-01-26 | 1 | -6/+76 |
* | ospf6d: Fix External routes ECMP | Chirag Shah | 2018-01-02 | 1 | -9/+266 |
* | ospf6d: Fix ospf6 redist with route-map | Chirag Shah | 2017-12-30 | 1 | -2/+13 |
* | ospf6d: fix clang warning | Vincent JARDIN | 2017-10-08 | 1 | -2/+3 |
* | ospf6d: fix clang warning, NULL() calls | Vincent JARDIN | 2017-10-08 | 1 | -2/+7 |
* | *: Add RMAP_COMPILE_SUCCESS to enum | Donald Sharp | 2017-08-25 | 1 | -6/+5 |
* | ospf6d: Fix memory leaks | Chirag Shah | 2017-07-27 | 1 | -1/+2 |
* | Revert "*: reindent pt. 2" | David Lamparter | 2017-07-22 | 1 | -12/+5 |
* | *: reindent pt. 2 | whitespace / reindent | 2017-07-17 | 1 | -5/+12 |
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -1029/+932 |
* | Merge remote-tracking branch 'frr/master' into table-hash-ospf6-lsdb-refactor | David Lamparter | 2017-07-14 | 1 | -36/+31 |
|\ |
|
| * | Merge remote-tracking branch 'frr/master' into newline-redux | David Lamparter | 2017-07-14 | 1 | -4/+4 |
| |\ |
|
| | * | vtysh: return non-zero for configuration failures | Daniel Walton | 2017-07-13 | 1 | -4/+4 |
| * | | *: remove VTYNL, part 6 of 6 | David Lamparter | 2017-07-14 | 1 | -2/+2 |
| * | | *: remove VTYNL, part 5 of 6 | David Lamparter | 2017-07-14 | 1 | -3/+2 |
| * | | *: remove VTYNL, part 4 of 6 | David Lamparter | 2017-07-14 | 1 | -22/+18 |
| * | | *: remove VTYNL, part 2 of 6 | David Lamparter | 2017-07-14 | 1 | -5/+5 |
| * | | ospf6d: VNL -> VTYNL | David Lamparter | 2017-07-14 | 1 | -18/+18 |
| |/ |
|
* / | ospf6d: use macro for LSDB walks | David Lamparter | 2017-07-11 | 1 | -6/+3 |
|/ |
|
* | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 1 | -4/+3 |
* | ospf6d: Allow some route-map commands to work | Donald Sharp | 2017-05-03 | 1 | -0/+9 |