summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_message.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospf6d: kill ospf6_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-0/+2
* ospfd6: Clear locks when ospf messages need to be chunkedlynne2021-03-161-4/+12
* *: fix printf extension typesDavid Lamparter2021-03-141-4/+4
* ospf6d: Convert to use builtin printf functionalityDonald Sharp2021-03-141-47/+21
* ospf6d: Don't advertise AS-External LSAs into stub arealynne2021-03-031-0/+7
* ospf6d: Update logs that indicate why ospf6 adjacency is not coming up.lynne2021-02-181-30/+45
* Merge pull request #7261 from Niral-Networks/niral_dev_vrf_ospf6Rafael Zalamena2020-11-031-2/+2
|\
| * ospf6d : Transformation changes for ospf6 vrf support.harios_niral2020-10-311-2/+2
* | ospf6d: ifindex should not be a pointer for ospf6_sendmsgDonald Sharp2020-10-291-1/+1
|/
* ospf6d, tests: Prevent use after freeDonald Sharp2020-10-111-15/+15
* ospf6d: Move header includes around to reflect realityDonald Sharp2020-10-091-1/+1
* ospf6d : Socket change for ospf6d vrf support.Kaushik2020-10-071-5/+13
* ospf6d : Preparing for ospf6d VRF support.Kaushik2020-09-011-1/+1
* ospf6d: Revert "ospf6d: Prevent use after free"Donald Sharp2020-05-141-30/+14
* ospf6d: Prevent use after freeDonald Sharp2020-04-181-3/+3
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-5/+3
* *: remove null check before XFREEQuentin Young2020-02-041-7/+2
* *: don't null after XFREE; XFREE does this itselfQuentin Young2020-02-031-2/+0
* ospf6d: Prevent use after freeDonald Sharp2019-09-251-14/+30
* *: remove null check before XFREEQuentin Young2019-02-261-4/+2
* *: style for EC replacementsQuentin Young2018-09-131-2/+1
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-2/+2
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-2/+2
* ospf6d: Update OSPFv3 to use new zlog_ferrDonald Sharp2018-08-141-2/+4
* *: ALLOC calls cannot failDonald Sharp2018-08-111-8/+0
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-55/+58
* ospf6d: Stop debug messages happening in rare caseDonald Sharp2018-03-141-1/+2
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-26/+32
* ospf6d: Handle Premature Aging of LSAsChirag Shah2018-02-151-0/+34
* ospf6d: Add protocol stats and show commandChirag Shah2018-01-161-2/+30
* ospf6d: Handle lsupdate upto max ospf6 payloadChirag Shah2017-10-171-31/+105
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-4/+4
* *: reindent pt. 2whitespace / reindent2017-07-171-4/+4
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-2270/+2237
* Merge pull request #820 from opensourcerouting/gcc7Donald Sharp2017-07-141-2/+2
|\
| * *: fix GCC 7 switch/case fallthrough warningsDavid Lamparter2017-07-141-2/+2
* | Merge remote-tracking branch 'frr/master' into table-hash-ospf6-lsdb-refactorDavid Lamparter2017-07-141-11/+9
|\|
| * *: remove VTYNL, part 4 of 6David Lamparter2017-07-141-5/+3
| * *: remove VTYNL, part 2 of 6David Lamparter2017-07-141-6/+6
| * ospf6d: VNL -> VTYNLDavid Lamparter2017-07-141-9/+9
* | ospf6d: use macro for LSDB walksDavid Lamparter2017-07-111-16/+8
|/
* *: simplify log message lookupQuentin Young2017-06-211-7/+7
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* *: update thread_add_* callsQuentin Young2017-05-091-17/+24
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-58/+44
* *: use monotime()David Lamparter2017-01-231-1/+1
* *: remove quagga_gettime() return value checksDavid Lamparter2017-01-231-4/+1
* ospf6d: scrubbed some argc CHECK MEsDaniel Walton2016-09-301-56/+14
* 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-14/+16