summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_route.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospf6d: kill ospf6_memory.h, use MTYPE_STATICDavid Lamparter2021-03-221-0/+4
* ospf6d: Json support added for command "show ipv6 ospf6 route [json]"Yash Ranjan2021-01-271-78/+303
* ospf6: fix crash on shutdownIgor Ryzhov2020-11-301-5/+5
* ospf6: get instance from route table scopeIgor Ryzhov2020-11-301-13/+11
* Merge pull request #7261 from Niral-Networks/niral_dev_vrf_ospf6Rafael Zalamena2020-11-031-27/+28
|\
| * ospf6d : Transformation changes for ospf6 vrf support.harios_niral2020-11-021-3/+2
| * ospf6d : Transformation changes for ospf6 vrf support.harios_niral2020-10-311-25/+27
* | :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-5/+3
* | *: Create/Use accessor functions for lock countDonald Sharp2020-10-171-1/+1
|/
* ospf6d : Preparing for ospf6d VRF support.Kaushik2020-09-011-4/+14
* *: 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