summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_route.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14546 from adrianomarto/ospf6-point-to-multipointDonald Sharp2023-10-311-0/+4
|\
| * ospf6d: advertise local addresses with LA bitDavid Lamparter2023-10-091-0/+4
* | build: add -Wimplicit-fallthroughIgor Ryzhov2023-10-121-1/+1
|/
* ospf6d: handle redistributed routes without nexthop addressesRenato Westphal2023-03-021-1/+2
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* ospf6d: Consolidate to ospf6_route_is_identicalDonald Sharp2022-11-281-6/+1
* ospf6d: ospf6_route_cmp_nexthops make return saneDonald Sharp2022-11-281-11/+14
* ospf6d: fix infinite loop when adding ASBR routeRenato Westphal2022-11-241-0/+21
* Merge pull request #12196 from opensourcerouting/xref-vtyshDonald Sharp2022-11-031-2/+0
|\
| * build, vtysh: extract vtysh commands from .xrefDavid Lamparter2022-10-261-2/+0
* | ospf6d: Make ospf6d happy with clang-16Donald Sharp2022-10-261-4/+2
|/
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-4/+4
* ospf6d: Stitching the auth trailer code with rest of ospf6.Abhinay Ramesh2022-02-091-3/+3
* *: Remove redundand braces for single statement blocksDonatas Abraitis2021-11-271-6/+3
* ospf6d: Convert vty_out to vty_json for JSONDonatas Abraitis2021-11-251-12/+3
* ospf6d: remove meaningless ospf6_route_is_identicalIgor Ryzhov2021-11-151-21/+0
* Merge pull request #9833 from idryzhov/cleanup-if-by-index-all-vrfRuss White2021-11-051-11/+13
|\
| * ospf6d: don't use if_lookup_by_index_all_vrfIgor Ryzhov2021-10-281-11/+13
* | Merge pull request #9831 from manojvn/379909_383518Igor Ryzhov2021-10-281-3/+1
|\ \
| * | ospf6d: prefix structure compare changes.Manoj Naragund2021-10-261-3/+1
| |/
* | Merge pull request #9752 from opensourcerouting/ospf6d-nssa-rangesRuss White2021-10-201-1/+0
|\ \ | |/ |/|
| * ospf6d: remove unused bitfieldRenato Westphal2021-10-061-1/+0
* | ospf6d: code cleanup.Manoj Naragund2021-10-061-2/+0
|/
* ospf6d: cleanup useless checksIgor Ryzhov2021-09-151-10/+0
* Merge pull request #9438 from ranjanyash54/debug_commMark Stapp2021-09-141-42/+29
|\
| * ospf6d: Add debug commands for lsa all and route allYash Ranjan2021-08-251-42/+29
* | ospf6d: fix logging of border router routesRenato Westphal2021-08-241-0/+6
|/
* Merge pull request #9028 from mobash-rasool/ospfv3-asbr-summarisationRuss White2021-07-301-17/+68
|\
| * ospf6d: Store ospf6 back pointer in route structMobashshera Rasool2021-07-211-2/+4
| * ospf6d: support blackhole next hopsMobashshera Rasool2021-07-211-15/+64
* | ospf6d: actually print prefix optionsDavid Lamparter2021-07-201-2/+6
* | ospf6d: move prefix_options from _path to _routeDavid Lamparter2021-07-201-0/+1
|/
* ospf6d: support for nssa in ospfv3Kaushik2021-06-041-3/+9
* ospf6: fix memory leak in ospf6_abr_examin_summaryPat Ruddy2021-05-271-2/+4
* ospf6d: Change structure of "show ipv6 ospf6 route json" commandYash Ranjan2021-04-291-34/+27
* 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