summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_route.c
AgeCommit message (Expand)Author
2021-09-15ospf6d: cleanup useless checksIgor Ryzhov
2021-09-14Merge pull request #9438 from ranjanyash54/debug_commMark Stapp
2021-08-25ospf6d: Add debug commands for lsa all and route allYash Ranjan
2021-08-24ospf6d: fix logging of border router routesRenato Westphal
2021-07-30Merge pull request #9028 from mobash-rasool/ospfv3-asbr-summarisationRuss White
2021-07-21ospf6d: Store ospf6 back pointer in route structMobashshera Rasool
2021-07-21ospf6d: support blackhole next hopsMobashshera Rasool
2021-07-20ospf6d: actually print prefix optionsDavid Lamparter
2021-07-20ospf6d: move prefix_options from _path to _routeDavid Lamparter
2021-06-04ospf6d: support for nssa in ospfv3Kaushik
2021-05-27ospf6: fix memory leak in ospf6_abr_examin_summaryPat Ruddy
2021-04-28ospf6d: Change structure of "show ipv6 ospf6 route json" commandYash Ranjan
2021-03-22ospf6d: kill ospf6_memory.h, use MTYPE_STATICDavid Lamparter
2021-01-26ospf6d: Json support added for command "show ipv6 ospf6 route [json]"Yash Ranjan
2020-11-30ospf6: fix crash on shutdownIgor Ryzhov
2020-11-30ospf6: get instance from route table scopeIgor Ryzhov
2020-11-03Merge pull request #7261 from Niral-Networks/niral_dev_vrf_ospf6Rafael Zalamena
2020-11-02ospf6d : Transformation changes for ospf6 vrf support.harios_niral
2020-10-30ospf6d : Transformation changes for ospf6 vrf support.harios_niral
2020-10-22:* Convert prefix2str to %pFXDonatas Abraitis
2020-10-17*: Create/Use accessor functions for lock countDonald Sharp
2020-09-01ospf6d : Preparing for ospf6d VRF support.Kaushik
2020-02-09*: Remove parenthesis on return for constantsDonatas Abraitis
2019-12-02*: generously apply constDavid Lamparter
2019-04-16ospf6d: listhead returns a listnode *Donald Sharp
2019-02-25*: remove null check before XFREEQuentin Young
2018-10-02*: list_delete_and_null() -> list_delete()David Lamparter
2018-09-13*: style for EC replacementsQuentin Young
2018-09-13*: LIB_[ERR|WARN] -> EC_LIBQuentin Young
2018-09-08*: fix clang-6 SA warningsDavid Lamparter
2018-08-14*: rename zlog_fer -> flog_errQuentin Young
2018-08-14ospf6d: Update OSPFv3 to use new zlog_ferrDonald Sharp
2018-05-08ospf6d: Fix ABR brouter calculation corruptionChirag Shah
2018-05-01ospf6d: fix intra prefix ecmpChirag Shah
2018-04-05ospf6d: ECMP for Intra Area Prefix routesChirag Shah
2018-03-29ospf6d: fix loop in ABRsChirag Shah
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young
2018-03-22ospf6d: retain inter area border router type-4Chirag Shah
2018-03-06*: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger
2018-03-01ospf6d: ECMP for external routesChirag Shah
2018-02-08*: Track vrfs per nexthop not per route entryDonald Sharp
2018-01-02ospf6d: Fix External routes ECMPChirag Shah
2017-12-06ospf6d: Fix multi nexthop route removeChirag Shah
2017-10-06ospf6d: fix ospf6d crash during sigterm/shutdownChirag Shah
2017-10-05*: use argv[]->text instead of argv[]->arg when appropriateRenato Westphal
2017-10-05*: Convert list_delete(struct list *) to ** to allow nullingDonald Sharp
2017-10-04ospf6d: add debug ospf6 route memory to configChirag Shah
2017-08-23ospf6d: fix regression detected by topotestRenato Westphal
2017-08-23ospf6d: use the new API to send routes to zebraRenato Westphal
2017-08-04Merge pull request #870 from chiragshah6/mdevDavid Lamparter