summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_message.c
AgeCommit message (Expand)Author
2022-06-01ospf6d: fix rx/tx buffer sizesDavid Lamparter
2022-05-20ospf6d: Clean up thread interfaceDonald Sharp
2022-05-16ospf6d: Ensure the ospf6 interface hello timer pops in all casesDonald Sharp
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2022-02-14ospf6d: fix coverity issues.Abhinay Ramesh
2022-02-09ospf6d: Stitching the auth trailer code with rest of ospf6.Abhinay Ramesh
2021-11-25ospf6d: check N-bit set in Hello packetckishimo
2021-11-22*: cleanup ifp->vrf_idIgor Ryzhov
2021-11-05ospf6d: Prevent use after freeDonald Sharp
2021-10-06Merge pull request #9699 from manojvn/379032-devRuss White
2021-10-06ospf6d: code cleanup.Manoj Naragund
2021-10-04ospf6d: Do not explicitly set the thread pointer to NULLDonatas Abraitis
2021-09-21ospf6d: Always pre-init all header values to 0Donald Sharp
2021-09-16ospf6d: introduce support for Graceful Restart (restarting mode)Renato Westphal
2021-08-31ospf6d: fix unguarded GR debug messageRenato Westphal
2021-08-11ospf6d: GR helper configurationsrgirada
2021-08-10ospf6d: Helper functionality changesrgirada
2021-07-14ospf6d: remove extra debug messageRafael Zalamena
2021-07-09Merge pull request #8978 from kssoman/ospf_newRafael Zalamena
2021-07-08ospf6d : Send LSA update immediately when ospf instance is deletedSoman K.S
2021-07-06Merge pull request #8930 from pjdruddy/ospf6_packet_debugDonald Sharp
2021-06-26ospf6d: remove inet_ntop calls in ospf6_writePat Ruddy
2021-06-26ospf6d: correctly protect packet debugs in ospf6_writePat Ruddy
2021-06-26ospf6: fix coverity overflow issuesPat Ruddy
2021-06-26ospf6d: fix duplicated packet readIgor Ryzhov
2021-06-22Merge pull request #8725 from pjdruddy/ospfv3_fair_socketRuss White
2021-06-18ospf6d: add write-multiplier configurationPat Ruddy
2021-06-18ospf6d: add warning log for late hello packetsPat Ruddy
2021-06-18ospf6d: add lsupdate messages to tx fifoPat Ruddy
2021-06-18ospf6d: add lsack messages to tx fifoPat Ruddy
2021-06-18ospf6d: add lsreq messages to tx fifoPat Ruddy
2021-06-18ospf6d: add dbdesc messages to tx FIFOPat Ruddy
2021-06-18ospf6d: add hello messages to tx fifoPat Ruddy
2021-06-18ospf6d: add packet apisPat Ruddy
2021-06-18ospf6d: add tx fifo infrastructurePat Ruddy
2021-06-18ospf6d: read ospf6 socket until failurePat Ruddy
2021-06-18ospf6d: create an ospf_read_helper functionPat Ruddy
2021-06-14ospf6d: move error logs out from behind debug flagslynne
2021-06-04ospf6d: missing NSSA areas handlingRafael Zalamena
2021-05-26ospf6d: fix debug message config writeIgor Ryzhov
2021-04-29ospf6d: Make debug logs configurable to only display message headerslynne
2021-03-22ospf6d: kill ospf6_memory.h, use MTYPE_STATICDavid Lamparter
2021-03-16ospfd6: Clear locks when ospf messages need to be chunkedlynne
2021-03-14*: fix printf extension typesDavid Lamparter
2021-03-14ospf6d: Convert to use builtin printf functionalityDonald Sharp
2021-03-03ospf6d: Don't advertise AS-External LSAs into stub arealynne
2021-02-18ospf6d: Update logs that indicate why ospf6 adjacency is not coming up.lynne
2020-11-03Merge pull request #7261 from Niral-Networks/niral_dev_vrf_ospf6Rafael Zalamena
2020-10-30ospf6d : Transformation changes for ospf6 vrf support.harios_niral
2020-10-29ospf6d: ifindex should not be a pointer for ospf6_sendmsgDonald Sharp