| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | *: remove THREAD_ON macros, add nullity check | Quentin Young | 2017-05-09 | 1 | -2/+2 |
* | | *: use monotime() | David Lamparter | 2017-01-23 | 1 | -3/+3 |
* | | *: remove quagga_gettime() return value checks | David Lamparter | 2017-01-23 | 1 | -6/+2 |
* | | all: Fix all underfull doc strings | Quentin Young | 2016-11-30 | 1 | -1/+13 |
* | | all: Fix underfull doc strings, part 1 | Quentin Young | 2016-11-05 | 1 | -2/+9 |
* | | all: added some missing <>s within []s | Daniel Walton | 2016-09-30 | 1 | -2/+2 |
* | | ospf6d: scrubbed some argc CHECK MEs | Daniel Walton | 2016-09-30 | 1 | -40/+13 |
* | | all: added CHECK ME for DEFUNs that look at argc | Daniel Walton | 2016-09-29 | 1 | -0/+2 |
* | | ospf6d: add 'int idx_foo' argv index variables | Daniel Walton | 2016-09-23 | 1 | -4/+6 |
* | | convert <1-255> to (1-255), ()s to <>s, etc | Daniel Walton | 2016-09-23 | 1 | -2/+2 |
* | | ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebra | Daniel Walton | 2016-09-23 | 1 | -21/+21 |
* | | ospf6d: argv update | Daniel Walton | 2016-09-23 | 1 | -10/+10 |
|/ |
|
* | quagga-reload.py fails for "net add debug ospf6 lsa as-ext" | Daniel Walton | 2016-09-08 | 1 | -4/+4 |
* | *: use void * for printing pointers | David Lamparter | 2016-05-30 | 1 | -2/+2 |
* | Bug in ospf6_lsa_compare() | Yasuhiro Ohara | 2016-05-26 | 1 | -3/+3 |
* | *: assorted warning fixes | David Lamparter | 2016-05-26 | 1 | -2/+2 |