summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_intra.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #17363 from acooks-at-bda/fix-redundant-null-ptr-check-CID...Donatas Abraitis2024-11-061-1/+1
|\
| * ospf6d: remove redundant null ptr checkAndrew Cooks2024-11-061-1/+1
* | ospf6d: remove redundant null ptr checkAndrew Cooks2024-11-061-1/+1
|/
* ospf6d: apply CI style suggestionsAndrew Cooks2024-09-161-2/+0
* ospf6d: use nth_prefix() in ospf6_intra_prefix_lsa_get_prefix_str()Andrew Cooks2024-09-161-38/+11
* ospf6d: use nth_prefix() in ospf6_link_lsa_get_prefix_str()Andrew Cooks2024-09-161-41/+15
* ospf6d: use nth_lsdesc() in ospf6_router_lsa_get_nbr_id()Andrew Cooks2024-09-161-29/+8
* ospf6d: use nth_lsdesc() in ospf6_network_lsa_get_ar_id()Andrew Cooks2024-09-161-22/+5
* ospf6d: replace TLV_HDR_TOP macro with lsdesc_start functionAndrew Cooks2024-09-161-23/+12
* ospf6d: use lsa_after_header pointer arithmeticAndrew Cooks2024-09-161-18/+6
* ospf6d: replace ospf6_lsa_header_end()Andrew Cooks2024-09-161-22/+11
* ospf6d: factor out generic TLV handlingAndrew Cooks2024-09-161-0/+1
* ospf6d: replace OSPF6_LSA_END with ospf6_lsa_endAndrew Cooks2024-05-281-6/+9
* ospf6d: replace OSPF6_LSA_HEADER_END macroAndrew Cooks2024-05-281-31/+19
* ospf6d: add point-to-multipoint interface modeDavid Lamparter2023-10-101-1/+3
* ospf6d: allow configuring PtP neighbors & costDavid Lamparter2023-10-091-1/+1
* ospf6d: fix uninitialized warningsDavid Lamparter2023-09-161-2/+2
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-5/+5
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-5/+5
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* ospf6d: combine two conditions for lsa prefixanlan_cs2022-08-031-4/+2
* *: Properly use memset() when zeroingDonatas Abraitis2022-05-111-1/+1
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-32/+22
* ospf6d: Stitching the auth trailer code with rest of ospf6.Abhinay Ramesh2022-02-091-1/+1
* ospf6d: Replace inet_ntop to %pI4/6 for JSON outputsDonatas Abraitis2021-11-181-13/+9
* ospf6d: Do not explicitly set the thread pointer to NULLDonatas Abraitis2021-10-081-5/+0
* Merge pull request #9740 from caracall/forked-upstream/debug_ospf6Igor Ryzhov2021-10-071-2/+4
|\
| * ospf6: add the ability of specifying router-id/area-id in no debug ospf6Ahmad Caracalli2021-10-061-2/+4
* | ospf6d: code cleanup.Manoj Naragund2021-10-061-4/+4
* | ospf6d: minor struct compare issues.Manoj Naragund2021-09-301-5/+2
|/
* Merge pull request #9635 from donaldsharp/ospf6_unitDavid Lamparter2021-09-221-3/+3
|\
| * ospf6d: Fix debug string in rare caseDonald Sharp2021-09-211-3/+3
* | ospf6d: Use bool instead of an intDonald Sharp2021-09-191-2/+2
|/
* ospf6d: introduce support for Graceful Restart (restarting mode)Renato Westphal2021-09-161-0/+37
* Merge pull request #9019 from pjdruddy/ospfv3-early-break-list-walkRuss White2021-09-101-4/+16
|\
| * ospf6d: break early on route prefix mismatchPat Ruddy2021-07-201-4/+16
* | Merge pull request #9028 from mobash-rasool/ospfv3-asbr-summarisationRuss White2021-07-301-2/+2
|\ \
| * | ospf6d: Store ospf6 back pointer in route structMobashshera Rasool2021-07-211-2/+2
| |/
* | Merge pull request #8944 from opensourcerouting/ospf6-mtu-revertIgor Ryzhov2021-07-271-26/+6
|\ \
| * | Revert "ospf6d: Limit the number of interface addresses being supported"David Lamparter2021-06-291-26/+6
| |/
* / ospf6d: move prefix_options from _path to _routeDavid Lamparter2021-07-201-5/+5
|/
* ospf6d: move error logs out from behind debug flagslynne2021-06-141-3/+2
* ospf6d: Rename ospf6_is_router_abr to more accurately reflect what it doesDonald Sharp2021-06-101-1/+1
* ospf6d: support for nssa in ospfv3Kaushik2021-06-041-0/+10
* ospf6d: Support for nssa in ospfv3Kaushik2021-06-041-11/+23
* ospf6d: Limit the number of interface addresses being supportedlynne2021-05-111-6/+26
* ospf6d: Fix when an "export-list" or "filter-list out" is applied.lynne2021-05-041-1/+1
* Merge pull request #8138 from ckishimo/ospfv3_prefixRuss White2021-03-091-38/+8
|\