summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_message.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-38/+38
* ospf6d: argv updateDaniel Walton2016-09-231-18/+18
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-08-181-2/+2
* arm compilation failures.Donald Sharp2015-07-301-1/+1
* This is a fix to make sure router-LSA is updated when neighbor's interface ID...Donald Sharp2015-05-201-2/+12
* *: nuke ^L (page feed)David Lamparter2014-06-041-2/+2
* ospf6d: solve segfaults with ospf6d on FreeBSDIngo Flaschberger2014-03-211-0/+7
* ospf6d: improve ordered shutdownChristian Franke2014-03-181-1/+1
* ospf6d: don't change SeqNum on initial DbDesc messageDinesh Dutt2013-11-081-1/+2
* ospf6d: convert LSDB to use route_node, improve performanceDinesh Dutt2013-11-081-8/+8
* ospf6d: fix neighbor state machine (faster lsdb sync, RFC compliance)Dinesh Dutt2013-11-081-27/+29
* ospf6d: add p2p interface supportDinesh Dutt2013-11-081-88/+141
* ospf6d/ospfd: refactor some common definesDinesh Dutt2013-10-231-1/+1