summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_message.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ospf6d: replace OSPF6_LSA_SIZE with ospf6_lsa_sizeAndrew Cooks2024-05-281-22/+23
* Merge pull request #14546 from adrianomarto/ospf6-point-to-multipointDonald Sharp2023-10-311-14/+77
|\
| * ospf6d: Including checksum in OSPF6 Hello messagesAdriano Marto Reis2023-10-101-0/+2
| * ospf6d: add point-to-multipoint interface modeDavid Lamparter2023-10-101-3/+5
| * ospf6d: support unicast hellos on PtP/PtMPDavid Lamparter2023-10-101-12/+50
| * ospf6d: option to disable multicast hellosDavid Lamparter2023-10-101-4/+7
| * ospf6d: option to restrict PtP neighbor listDavid Lamparter2023-10-091-0/+18
| * ospf6d: factor out link-local addr changeDavid Lamparter2023-10-091-1/+1
* | build: add -Wimplicit-fallthroughIgor Ryzhov2023-10-121-6/+6
|/
* * : include event ptr in event_execute apiMark Stapp2023-07-251-9/+9
* ospf6d: Convert ospf6_lsa_unlock to a better apiDonald Sharp2023-07-121-9/+9
* Merge pull request #13900 from donaldsharp/neighbor_structure_crashDonatas Abraitis2023-07-031-1/+2
|\
| * ospf6d: Fix crash because neighbor structure was freedDonald Sharp2023-07-011-1/+2
* | ospf6d: Stop crash in ospf6_writeDonald Sharp2023-06-301-5/+20
|/
* ospf6d: Add config callbacks to suppress hellos during config load. Add bgpd/...Acee2023-06-231-0/+11
* ospfd, ospf6d: introduce the "graceful-restart hello-delay" commandRenato Westphal2023-05-091-0/+4
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-17/+17
* *: Convert thread_execute to event_executeDonald Sharp2023-03-241-9/+9
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-67/+67
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-10/+10
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* ospfd, ospf6d: Add more logging detailsDonatas Abraitis2023-03-171-19/+30
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
* *: introduce function for sequence numbersRafael Zalamena2023-01-201-1/+2
* ospf6d: Fix auth_key string memory leakDonald Sharp2022-12-151-0/+3
* ospf6d: Remove unused variableDonald Sharp2022-08-111-5/+1
* ospf6d: fix rx/tx buffer sizesDavid Lamparter2022-06-011-11/+16
* ospf6d: Clean up thread interfaceDonald Sharp2022-05-201-6/+0
* ospf6d: Ensure the ospf6 interface hello timer pops in all casesDonald Sharp2022-05-161-1/+0
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-45/+27
* ospf6d: fix coverity issues.Abhinay Ramesh2022-02-141-12/+9
* ospf6d: Stitching the auth trailer code with rest of ospf6.Abhinay Ramesh2022-02-091-24/+197
* ospf6d: check N-bit set in Hello packetckishimo2021-11-251-0/+8
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-221-28/+19
* ospf6d: Prevent use after freeDonald Sharp2021-11-051-2/+4
* Merge pull request #9699 from manojvn/379032-devRuss White2021-10-071-4/+0
|\
| * ospf6d: code cleanup.Manoj Naragund2021-10-061-4/+0
* | ospf6d: Do not explicitly set the thread pointer to NULLDonatas Abraitis2021-10-041-6/+0
|/
* ospf6d: Always pre-init all header values to 0Donald Sharp2021-09-211-1/+3
* ospf6d: introduce support for Graceful Restart (restarting mode)Renato Westphal2021-09-161-0/+15
* ospf6d: fix unguarded GR debug messageRenato Westphal2021-08-311-6/+6
* ospf6d: GR helper configurationsrgirada2021-08-121-3/+3
* ospf6d: Helper functionality changesrgirada2021-08-101-5/+51
* ospf6d: remove extra debug messageRafael Zalamena2021-07-141-1/+0
* Merge pull request #8978 from kssoman/ospf_newRafael Zalamena2021-07-091-1/+13
|\
| * ospf6d : Send LSA update immediately when ospf instance is deletedSoman K.S2021-07-081-1/+13
* | Merge pull request #8930 from pjdruddy/ospf6_packet_debugDonald Sharp2021-07-061-15/+29
|\ \ | |/ |/|
| * ospf6d: remove inet_ntop calls in ospf6_writePat Ruddy2021-06-261-6/+2
| * ospf6d: correctly protect packet debugs in ospf6_writePat Ruddy2021-06-261-5/+22