summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_spf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-10/+10
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-29/+30
* ospf6d: Fix a possible deref by null found in SADonald Sharp2018-02-141-12/+15
* ospf6d: spf calculation w/ multiple router lsasChirag Shah2018-01-231-142/+213
* ospf6d: Fix External routes ECMPChirag Shah2018-01-021-0/+1
* ospf6d: SPF consider all Router LSAsChirag Shah2017-11-171-69/+175
* ospf6d: Handle lsupdate upto max ospf6 payloadChirag Shah2017-10-171-1/+2
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-2/+2
* ospf6d: Note when we calculated spfDonald Sharp2017-09-141-0/+4
* ospf6d: Fix memory leaksChirag Shah2017-07-271-0/+1
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-724/+683
* Merge remote-tracking branch 'frr/master' into table-hash-ospf6-lsdb-refactorDavid Lamparter2017-07-141-6/+6
|\
| * *: remove VTYNL, part 4 of 6David Lamparter2017-07-141-1/+1
| * *: remove VTYNL, part 2 of 6David Lamparter2017-07-141-4/+4
| * ospf6d: VNL -> VTYNLDavid Lamparter2017-07-141-5/+5
| * *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-1/+1
* | ospf6d: use macro for LSDB walksDavid Lamparter2017-07-111-2/+1
|/
* *: use vty_outlnQuentin Young2017-06-291-2/+2
* *: remove VTY_GET_*Quentin Young2017-06-271-3/+3
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* *: update thread_add_* callsQuentin Young2017-05-091-3/+3
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-1/+2
* *: use monotime()David Lamparter2017-01-231-2/+2
* lib: time: remove recent_relative_time()David Lamparter2017-01-231-6/+1
* *: coccinelle-replace vty->indexDavid Lamparter2016-12-091-1/+1
* Merge branch 'cmaster-next' into vtysh-grammarQuentin Young2016-10-211-1/+1
|\
| * ospf6d: fix off-by-one on display of spf reasonsChristian Franke2016-10-211-1/+1
* | ospf6d: scrubbed some argc CHECK MEsDaniel Walton2016-09-301-21/+5
* | all: added CHECK ME for DEFUNs that look at argcDaniel Walton2016-09-291-0/+1
* | ospf6d: add 'int idx_foo' argv index variablesDaniel Walton2016-09-231-3/+6
* | convert <1-255> to (1-255), ()s to <>s, etcDaniel Walton2016-09-231-1/+1
* | ALIAS removal for bgp, ospf, pim, isis, rip, ripng, lib and zebraDaniel Walton2016-09-231-11/+12
* | ospf6d: argv updateDaniel Walton2016-09-231-3/+3
|/
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-08-181-1/+1
* zebra/ospf/ospf6: Fix several memory leaks on if up/downDon Slice2016-06-281-0/+1
* *: use void * for printing pointersDavid Lamparter2016-05-301-1/+1
* *: use long long to print time_tDavid Lamparter2016-05-301-4/+5
* Fix most compiler warnings in default GCC build.Paul Jakma2016-05-261-0/+1
* Should be able to "no" the full text of any config lineDaniel Walton2015-11-231-0/+12
* ospfd: ospfd-warnings.patchDonald Sharp2015-05-201-6/+5
* Fixing a couple of issues with ospf6_route_remove () routine.Donald Sharp2015-05-201-2/+3
* ospf6d: ospfv3-stub-area-support.patchDonald Sharp2015-05-201-4/+7
* ospf6d: ospfv3-abr-ecmp-support.patchDonald Sharp2015-05-201-44/+91
* ospf6d: add SPF logs, statistics, and display of SPF parametersDinesh Dutt2013-11-081-2/+50
* ospf6d: add overload supportDinesh Dutt2013-11-081-0/+5
* ospf6d: schedule SPF to run on events rather than directly on each event.Dinesh Dutt2013-11-081-17/+172
* ospf6d: complete SNMP implementation of ospfv3AreaTableVincent Bernat2012-06-251-0/+2
* ospf6d: always remove the result of a previous SPF calculationTom Goff2011-12-141-2/+2
* ospf6d: address more trivial compiler warningsDenis Ovsienko2011-09-271-2/+1
* ospf6d: Fix memory allocation issues in SPFTom Goff2011-03-211-6/+7