summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_lsa.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospf6d: Add logic to set metric if route-map not presentYash Ranjan2021-03-291-0/+30
* ospf6d: Link LSAs are not getting MAX_AGE in neighborYash Ranjan2021-03-251-1/+15
* ospf6d: kill ospf6_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-0/+6
* ospf6d: split off ospf6_lsa_alloc()David Lamparter2021-03-221-21/+12
* ospf6d: fix display of unknown LSAs in show ipv6 ospf6 database commandlynne2021-02-231-6/+15
* ospf6d: Json support added for command "show ipv6 ospf6 database [json]"Yash Ranjan2021-01-131-59/+179
* ospf6d : Transformation changes for ospf6 vrf support.harios_niral2020-10-311-2/+24
* ospf6d: Make ospf6_lsa_lock follow normal FRR patternDonald Sharp2020-10-111-2/+2
* *: sprintf -> snprintfQuentin Young2020-04-211-4/+4
* ospf6d: Prevent use after freeDonald Sharp2020-04-181-2/+3
* *: Do not cast to the same typeDonatas Abraitis2020-04-081-2/+2
* ospf6d: Recent changes in our build cause const to be respectedDonald Sharp2020-04-011-3/+3
* *: remove casts of XMALLOC / XCALLOCQuentin Young2019-02-261-8/+5
* ospf6d: remove extra struct in ospf6_lsa_handlerDavid Lamparter2018-09-091-13/+14
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-32/+34
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-6/+6
* ospf6d: Handle Premature Aging of LSAsChirag Shah2018-02-151-0/+31
* ospf6d: spf calculation w/ multiple router lsasChirag Shah2018-01-231-1/+1
* ospf6d: fix clang warning, NULL() callsVincent JARDIN2017-10-081-29/+39
* Merge pull request #870 from chiragshah6/mdevDavid Lamparter2017-08-041-3/+4
|\
| * ospf6d: Fix memory leaksChirag Shah2017-07-271-3/+4
* | ospf6d: New version of GCC with new warningsDonald Sharp2017-07-281-1/+1
|/
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-700/+642
* *: remove VTYNL, part 4 of 6David Lamparter2017-07-141-38/+38
* *: remove VTYNL, part 3 of 6David Lamparter2017-07-141-4/+4
* *: remove VTYNL, part 2 of 6David Lamparter2017-07-141-5/+5
* ospf6d: VNL -> VTYNLDavid Lamparter2017-07-141-33/+33
* *: use ->text and strmatch where appropriateQuentin Young2017-06-271-6/+6
* Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-05-171-3/+1
|\
| * ospf6d: Allow unconfig of unknown lsa'sDonald Sharp2017-05-161-3/+23
| * ospf6d: Fix debug line always showing up in ospf6dDonald Sharp2017-05-161-4/+17
* | *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* | ospf6d, zebra: remove unnecessary assertsQuentin Young2017-05-091-1/+0
* | *: update thread_add_* callsQuentin Young2017-05-091-2/+3
* | *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-2/+2
* | *: use monotime()David Lamparter2017-01-231-3/+3
* | *: remove quagga_gettime() return value checksDavid Lamparter2017-01-231-6/+2
* | all: Fix all underfull doc stringsQuentin Young2016-11-301-1/+13
* | all: Fix underfull doc strings, part 1Quentin Young2016-11-051-2/+9
* | all: added some missing <>s within []sDaniel Walton2016-09-301-2/+2
* | ospf6d: scrubbed some argc CHECK MEsDaniel Walton2016-09-301-40/+13
* | all: added CHECK ME for DEFUNs that look at argcDaniel Walton2016-09-291-0/+2
* | ospf6d: add 'int idx_foo' argv index variablesDaniel Walton2016-09-231-4/+6
* | convert <1-255> to (1-255), ()s to <>s, etcDaniel Walton2016-09-231-2/+2
* | ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebraDaniel Walton2016-09-231-21/+21
* | ospf6d: argv updateDaniel Walton2016-09-231-10/+10
|/
* quagga-reload.py fails for "net add debug ospf6 lsa as-ext"Daniel Walton2016-09-081-4/+4
* *: use void * for printing pointersDavid Lamparter2016-05-301-2/+2
* Bug in ospf6_lsa_compare()Yasuhiro Ohara2016-05-261-3/+3
* *: assorted warning fixesDavid Lamparter2016-05-261-2/+2