summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_interface.c
AgeCommit message (Expand)Author
2025-03-19 ospf6d: Disable and delete OSPFv3 areas that no longer have interfaces or ...Acee Lindem
2024-05-04ospf6d: accept CLI `no` for point-to-multipointDavid Lamparter
2024-05-04ospf6d: force recalculate on interface_upDavid Lamparter
2024-05-04ospf6d: fix loopback/ptp/ptmp conn. route checksDavid Lamparter
2024-05-04ospf6d: fix DEFUN formatting wrecked by clangDavid Lamparter
2024-02-04*: use af-specific autocompletion for prefix-lists when possibleIgor Ryzhov
2023-11-22*: convert `struct interface->connected` to DLISTDavid Lamparter
2023-11-13ospf6d: Let the user override interface cost for a loopbackDonatas Abraitis
2023-11-02lib: convert if_zapi_callbacks into actual hooksDavid Lamparter
2023-10-31Merge pull request #14546 from adrianomarto/ospf6-point-to-multipointDonald Sharp
2023-10-28ospf6: Applying clang-formatAdriano Marto Reis
2023-10-26ospf6d: Set loopback interface cost to 0Donatas Abraitis
2023-10-10ospf6d: connected prefix toggle for PtP/PtMPDavid Lamparter
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 disable multicast hellosDavid Lamparter
2023-10-10ospf6d: option to restrict PtP neighbor listDavid Lamparter
2023-10-10ospf6d: advertise local addresses with LA bitDavid Lamparter
2023-07-25* : include event ptr in event_execute apiMark Stapp
2023-05-31ospf6d: Prevent redundant LSA generation before interface goes downDavid Ward
2023-05-08ospfd, ospf6d: introduce the "graceful-restart hello-delay" commandRenato Westphal
2023-05-08ospf6d: add support for unplanned graceful restartRenato Westphal
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_execute to event_executeDonald Sharp
2023-03-24*: Convert thread_cancelXXX to event_cancelXXXDonald 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-02ospf6d: update DR election to handle GR corner caseRenato Westphal
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-12-15ospf6d: Fix auth_key string memory leakDonald Sharp
2022-12-09ospf6d: Don't allocate json memory in non-json pathDonald Sharp
2022-11-08Merge pull request #12280 from opensourcerouting/fix/ospv6_show_passive_inter...Jafar Al-Gharaibeh
2022-11-08Merge pull request #11302 from punith-shivakumar/masterDonatas Abraitis
2022-11-08ospf6d: Show if the interface is passive for `show ipv6 ospf6 interface`Donatas Abraitis
2022-08-12Merge pull request #11785 from opensourcerouting/fix/remove_ospf6Enabled_from...Donald Sharp
2022-08-11ospf6d: Remove ospf6Enabled from JSON outputDonatas Abraitis
2022-08-11ospf6d: fix missing cost changeanlan_cs
2022-07-13ospf6d: routes are not synced by ABR.Punith Kumar S
2022-06-16ospf6d: cost is uint32_t so it cannot be greater than UINT32_MAXDonald Sharp
2022-05-20ospf6d: Clean up thread interfaceDonald Sharp
2022-05-16ospf6d: Ensure the ospf6 interface hello timer pops in all casesDonald Sharp
2022-05-16ospf6d: Give time left in hello timer for `show ipv6 ospf6 int`Donald Sharp
2022-04-19*: Fix spelling of specifedDonald 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-02-09ospf6d: Auth trailer CLI implementation.Abhinay Ramesh
2022-01-24*: do not print vrf name for interface config when using vrf-liteIgor Ryzhov