| Commit message (Expand) | Author | Age | Files | Lines |
* | *: Drop deprecated incorrect JSON fields with wrong naming | Donatas Abraitis | 2023-01-31 | 1 | -4/+0 |
* | ospf6d: Stop using MTYPE_TMP in some cases | Donald Sharp | 2022-12-05 | 1 | -2/+2 |
* | build, vtysh: extract vtysh commands from .xref | David Lamparter | 2022-10-26 | 1 | -2/+0 |
* | Merge pull request #10447 from ton31337/fix/json_with_whitespaces | Donald Sharp | 2022-03-13 | 1 | -2/+6 |
|\ |
|
| * | *: Add camelCase JSON keys in addition to PascalCase | Donatas Abraitis | 2022-02-03 | 1 | -2/+6 |
* | | *: Change thread->func to return void instead of int | Donald Sharp | 2022-02-24 | 1 | -8/+4 |
|/ |
|
* | ospfd6d: replace handler vector with array | David Lamparter | 2021-11-16 | 1 | -28/+34 |
* | ospf6d: add "nssa" option to the "debug ospf6 lsa" command | Renato Westphal | 2021-10-06 | 1 | -2/+4 |
* | ospf6d: Do not explicitly set the thread pointer to NULL | Donatas Abraitis | 2021-10-04 | 1 | -1/+0 |
* | ospf6d: Add debug commands for lsa all and route all | Yash Ranjan | 2021-08-25 | 1 | -0/+43 |
* | ospf6d: JSON output for database dump show command | Quentin Young | 2021-08-12 | 1 | -17/+38 |
* | ospf6d: ASBR Summarisation feature implementation | Mobashshera Rasool | 2021-07-21 | 1 | -0/+35 |
* | ospf6d: consistent checksum json output | David Schweizer | 2021-06-14 | 1 | -1/+1 |
* | ospf6d: Link state ID in LSA database JSON output | David Schweizer | 2021-06-14 | 1 | -0/+1 |
* | lib, ospfd, ospf6d: fix logging of pointer addresses | Renato Westphal | 2021-06-08 | 1 | -2/+2 |
* | ospf6d: Support for nssa in ospfv3 | Kaushik | 2021-06-04 | 1 | -1/+1 |
* | ospf6d: Add logic to set metric if route-map not present | Yash Ranjan | 2021-03-29 | 1 | -0/+30 |
* | ospf6d: Link LSAs are not getting MAX_AGE in neighbor | Yash Ranjan | 2021-03-25 | 1 | -1/+15 |
* | ospf6d: kill ospf6_memory.h, use MTYPE_STATIC | David Lamparter | 2021-03-22 | 1 | -0/+6 |
* | ospf6d: split off ospf6_lsa_alloc() | David Lamparter | 2021-03-22 | 1 | -21/+12 |
* | ospf6d: fix display of unknown LSAs in show ipv6 ospf6 database command | lynne | 2021-02-23 | 1 | -6/+15 |
* | ospf6d: Json support added for command "show ipv6 ospf6 database [json]" | Yash Ranjan | 2021-01-13 | 1 | -59/+179 |
* | ospf6d : Transformation changes for ospf6 vrf support. | harios_niral | 2020-10-31 | 1 | -2/+24 |
* | ospf6d: Make ospf6_lsa_lock follow normal FRR pattern | Donald Sharp | 2020-10-11 | 1 | -2/+2 |
* | *: sprintf -> snprintf | Quentin Young | 2020-04-21 | 1 | -4/+4 |
* | ospf6d: Prevent use after free | Donald Sharp | 2020-04-18 | 1 | -2/+3 |
* | *: 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 | -3/+3 |
* | *: remove casts of XMALLOC / XCALLOC | Quentin Young | 2019-02-26 | 1 | -8/+5 |
* | ospf6d: remove extra struct in ospf6_lsa_handler | David Lamparter | 2018-09-09 | 1 | -13/+14 |
* | *: use C99 standard fixed-width integer types | Quentin Young | 2018-03-27 | 1 | -32/+34 |
* | *: conform with COMMUNITY.md formatting rules, via 'make indent' | Lou Berger | 2018-03-06 | 1 | -6/+6 |
* | ospf6d: Handle Premature Aging of LSAs | Chirag Shah | 2018-02-15 | 1 | -0/+31 |
* | ospf6d: spf calculation w/ multiple router lsas | Chirag Shah | 2018-01-23 | 1 | -1/+1 |
* | ospf6d: fix clang warning, NULL() calls | Vincent JARDIN | 2017-10-08 | 1 | -29/+39 |
* | Merge pull request #870 from chiragshah6/mdev | David Lamparter | 2017-08-04 | 1 | -3/+4 |
|\ |
|
| * | ospf6d: Fix memory leaks | Chirag Shah | 2017-07-27 | 1 | -3/+4 |
* | | ospf6d: New version of GCC with new warnings | Donald Sharp | 2017-07-28 | 1 | -1/+1 |
|/ |
|
* | *: reindentreindent-master-after | whitespace / reindent | 2017-07-17 | 1 | -700/+642 |
* | *: remove VTYNL, part 4 of 6 | David Lamparter | 2017-07-14 | 1 | -38/+38 |
* | *: remove VTYNL, part 3 of 6 | David Lamparter | 2017-07-14 | 1 | -4/+4 |
* | *: remove VTYNL, part 2 of 6 | David Lamparter | 2017-07-14 | 1 | -5/+5 |
* | ospf6d: VNL -> VTYNL | David Lamparter | 2017-07-14 | 1 | -33/+33 |
* | *: use ->text and strmatch where appropriate | Quentin Young | 2017-06-27 | 1 | -6/+6 |
* | Merge remote-tracking branch 'origin/stable/2.0' | Donald Sharp | 2017-05-17 | 1 | -3/+1 |
|\ |
|
| * | ospf6d: Allow unconfig of unknown lsa's | Donald Sharp | 2017-05-16 | 1 | -3/+23 |
| * | ospf6d: Fix debug line always showing up in ospf6d | Donald Sharp | 2017-05-16 | 1 | -4/+17 |
* | | *: make consistent & update GPLv2 file headers | David Lamparter | 2017-05-15 | 1 | -4/+3 |
* | | ospf6d, zebra: remove unnecessary asserts | Quentin Young | 2017-05-09 | 1 | -1/+0 |
* | | *: update thread_add_* calls | Quentin Young | 2017-05-09 | 1 | -2/+3 |