summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_route.c
AgeCommit message (Expand)Author
2023-03-02ospf6d: handle redistributed routes without nexthop addressesRenato Westphal
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-11-28ospf6d: Consolidate to ospf6_route_is_identicalDonald Sharp
2022-11-28ospf6d: ospf6_route_cmp_nexthops make return saneDonald Sharp
2022-11-24ospf6d: fix infinite loop when adding ASBR routeRenato Westphal
2022-11-03Merge pull request #12196 from opensourcerouting/xref-vtyshDonald Sharp
2022-10-26build, vtysh: extract vtysh commands from .xrefDavid Lamparter
2022-10-26ospf6d: Make ospf6d happy with clang-16Donald Sharp
2022-05-11*: Properly use memset() when zeroingDonatas Abraitis
2022-02-09ospf6d: Stitching the auth trailer code with rest of ospf6.Abhinay Ramesh
2021-11-27*: Remove redundand braces for single statement blocksDonatas Abraitis
2021-11-25ospf6d: Convert vty_out to vty_json for JSONDonatas Abraitis
2021-11-15ospf6d: remove meaningless ospf6_route_is_identicalIgor Ryzhov
2021-11-05Merge pull request #9833 from idryzhov/cleanup-if-by-index-all-vrfRuss White
2021-10-28Merge pull request #9831 from manojvn/379909_383518Igor Ryzhov
2021-10-28ospf6d: don't use if_lookup_by_index_all_vrfIgor Ryzhov
2021-10-26ospf6d: prefix structure compare changes.Manoj Naragund
2021-10-19Merge pull request #9752 from opensourcerouting/ospf6d-nssa-rangesRuss White
2021-10-06ospf6d: code cleanup.Manoj Naragund
2021-10-05ospf6d: remove unused bitfieldRenato Westphal
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