summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_route.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Remove parenthesis on return for constantsDonatas Abraitis2020-02-091-1/+1
* *: generously apply constDavid Lamparter2019-12-021-4/+4
* ospf6d: listhead returns a listnode *Donald Sharp2019-04-171-2/+3
* *: remove null check before XFREEQuentin Young2019-02-261-2/+1
* *: list_delete_and_null() -> list_delete()David Lamparter2018-10-021-3/+3
* *: style for EC replacementsQuentin Young2018-09-131-1/+2
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-2/+2
* *: fix clang-6 SA warningsDavid Lamparter2018-09-081-1/+1
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-2/+2
* ospf6d: Update OSPFv3 to use new zlog_ferrDonald Sharp2018-08-141-2/+2
* ospf6d: Fix ABR brouter calculation corruptionChirag Shah2018-05-091-2/+3
* ospf6d: fix intra prefix ecmpChirag Shah2018-05-021-4/+7
* ospf6d: ECMP for Intra Area Prefix routesChirag Shah2018-04-061-3/+19
* ospf6d: fix loop in ABRsChirag Shah2018-03-291-3/+3
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-6/+6
* ospf6d: retain inter area border router type-4Chirag Shah2018-03-221-4/+5
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-14/+16
* ospf6d: ECMP for external routesChirag Shah2018-03-011-11/+15
* *: Track vrfs per nexthop not per route entryDonald Sharp2018-02-091-0/+1
* ospf6d: Fix External routes ECMPChirag Shah2018-01-021-4/+46
* ospf6d: Fix multi nexthop route removeChirag Shah2017-12-061-7/+19
* ospf6d: fix ospf6d crash during sigterm/shutdownChirag Shah2017-10-061-4/+5
* *: use argv[]->text instead of argv[]->arg when appropriateRenato Westphal2017-10-061-8/+8
* *: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp2017-10-051-1/+1
* ospf6d: add debug ospf6 route memory to configChirag Shah2017-10-041-0/+3
* ospf6d: fix regression detected by topotestRenato Westphal2017-08-241-6/+8
* ospf6d: use the new API to send routes to zebraRenato Westphal2017-08-231-4/+4
* Merge pull request #870 from chiragshah6/mdevDavid Lamparter2017-08-041-23/+30
|\
| * ospf6d: adjust changes per PR 870 reviewChirag Shah2017-07-311-3/+3
| * ospf6d: Fix memory leaksChirag Shah2017-07-271-23/+30
* | ospf6d: New version of GCC with new warningsDonald Sharp2017-07-281-2/+2
|/
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-1364/+1246
* *: fix GCC 7 warnings/issuesDavid Lamparter2017-07-141-1/+1
* *: remove VTYNL, part 4 of 6David Lamparter2017-07-141-49/+46
* *: remove VTYNL, part 2 of 6David Lamparter2017-07-141-6/+6
* ospf6d: VNL -> VTYNLDavid Lamparter2017-07-141-37/+37
* *: use ->text and strmatch where appropriateQuentin Young2017-06-271-8/+8
* *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
* *: Refactor ifindex2ifname to be VRF awareDonald Sharp2017-03-151-3/+3
* *: use monotime()David Lamparter2017-01-231-3/+3
* all: Fix underfull doc strings, part 1Quentin Young2016-11-051-1/+3
* ospf6d: scrubbed some argc CHECK MEsDaniel Walton2016-09-301-2/+3
* ospf6d: scrubbed some argc CHECK MEsDaniel Walton2016-09-301-2/+2
* ospf6d: add 'int idx_foo' argv index variablesDaniel Walton2016-09-231-8/+10
* convert <1-255> to (1-255), ()s to <>s, etcDaniel Walton2016-09-231-2/+2
* ospf6d: argv updateDaniel Walton2016-09-231-26/+26
* *: use an ifindex_t type, defined in lib/if.h, for ifindex valuesPaul Jakma2016-08-181-1/+1
* ospf6d, bgpd: avoid calling if_nametoindexFeng Lu2016-06-091-10/+8
* *: use void * for printing pointersDavid Lamparter2016-05-301-12/+17
* Quagga: prefix2str fixupDonald Sharp2015-11-231-5/+5