summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_neighbor.c
AgeCommit message (Expand)Author
2024-09-16ospf6d: factor out generic TLV handlingAndrew Cooks
2024-04-25ospf6d: fix DEFUN formatting wrecked by clangDavid Lamparter
2024-03-07ospf6d: add localLinkLocalAddress fieldFrancois Dumontet
2024-01-09ospf6d: Value set is never usedDonald Sharp
2023-11-17ospf6d: fix uninitialized value warning in p2xpDavid Lamparter
2023-10-28ospf6: Applying clang-formatAdriano Marto Reis
2023-10-10ospf6d: add point-to-multipoint interface modeDavid Lamparter
2023-10-10ospf6d: support unicast hellos on PtP/PtMPDavid Lamparter
2023-10-10ospf6d: option to restrict PtP neighbor listDavid Lamparter
2023-10-10ospf6d: allow configuring PtP neighbors & costDavid Lamparter
2023-10-10ospf6d: factor out link-local addr changeDavid Lamparter
2023-07-12ospf6d: Convert ospf6_lsa_unlock to a better apiDonald Sharp
2023-07-01ospf6d: Fix crash because neighbor structure was freedDonald Sharp
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert a bunch of thread_XX to event_XXDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-03-17ospfd, ospf6d: Add more logging detailsDonatas Abraitis
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-12-19ospf6d: Fixing memory leak in ospf6_lsa_create_headeronly for both master and...Manoj Naragund
2022-05-20ospf6d: Clean up thread interfaceDonald Sharp
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2022-02-09ospf6d: Stitching the auth trailer code with rest of ospf6.Abhinay Ramesh
2022-01-11ospf6d: give error information for commands with non-exist vrfsanlan_cs
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-16ospfd6d: replace handler vector with arrayDavid Lamparter
2021-11-05ospf6d: Prevent crash in adj_okDonald Sharp
2021-11-05ospf6d: Prevent use after freeDonald Sharp
2021-10-05ospf6d: declare neighbor memtype as staticRenato Westphal
2021-10-04ospf6d: Do not explicitly set the thread pointer to NULLDonatas Abraitis
2021-09-16ospf6d: introduce support for Graceful Restart (restarting mode)Renato Westphal
2021-09-15ospf6d: cleanup useless checksIgor Ryzhov
2021-08-11ospf6d: GR helper configurationsrgirada
2021-08-10ospf6d: Helper functionality changesrgirada
2021-06-22Merge pull request #8878 from idryzhov/fix-ospf6-neighbor-detailRuss White
2021-06-21ospf6d: fix "show ipv6 ospf6 neighbor" commandIgor Ryzhov
2021-06-19ospf6d: Release last dbdesc packet after router dead intervalYash Ranjan
2021-05-06ospf6d: add vty support for multiple vrfsharios_niral
2021-04-22ospf6d: rework BFD integrationRafael Zalamena
2021-03-22ospf6d: kill ospf6_memory.h, use MTYPE_STATICDavid Lamparter
2021-03-17*: require semicolon after DEFINE_HOOK & co.David Lamparter
2020-12-04ospf6d: Router-ID filter is not filtering the show command "do show ipv6 ospf...Yash Ranjan
2020-11-04ospf6d: Json support added for command "show ipv6 ospf6 neighbor [json]"github login name
2020-10-30ospf6d : Transformation changes for ospf6 vrf support.harios_niral
2020-10-11ospf6d, tests: Prevent use after freeDonald Sharp
2020-05-14ospf6d: Revert "ospf6d: Prevent use after free"Donald Sharp
2019-12-02*: generously apply constDavid Lamparter