summaryrefslogtreecommitdiff
path: root/ospf6d
AgeCommit message (Expand)Author
2024-01-27*: fix `frr_daemon_info` indentationDavid Lamparter
2024-01-11Merge pull request #15098 from donaldsharp/lib_zebra_h_cleanup_2Donatas Abraitis
2024-01-09ospf6d: Value set is never usedDonald Sharp
2024-01-09*: remove sys/stat.h from zebra.hDonald Sharp
2024-01-04*: Remove Crypto openSSL define from zebra.hDonald Sharp
2023-12-08ospf6d: remove hidden obsolete commandsRafael Zalamena
2023-11-28Merge pull request #14811 from donaldsharp/zebra_final_shutdown_finallyChristian Hopps
2023-11-22*: convert `struct interface->connected` to DLISTDavid Lamparter
2023-11-21*: Cleanup keychain on shutdownDonald Sharp
2023-11-20ospf6d: use `zclient->nexthop_update`David Lamparter
2023-11-17ospf6d: fix uninitialized value warning in p2xpDavid Lamparter
2023-11-14Merge pull request #14787 from opensourcerouting/fix/ospf6d_cost_fixupRuss White
2023-11-13ospf6d: Let the user override interface cost for a loopbackDonatas Abraitis
2023-11-13ospf6d: Cleanup memory on shutdownDonald Sharp
2023-11-07*: Move distance related defines into their own headerDonald Sharp
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-30ospfd, ospf6d: Fix spacing nit for `show ... summary-address` commandDonatas Abraitis
2023-10-28ospf6: Applying clang-formatAdriano Marto Reis
2023-10-28ospf6: removing double-including of ospf6_neighbor.hAdriano Marto Reis
2023-10-26ospf6d: Set loopback interface cost to 0Donatas Abraitis
2023-10-13Merge pull request #14590 from opensourcerouting/ospf6d-fwd-addrDonald Sharp
2023-10-13ospf6d: fix setting of the forwarding address in AS-External LSAsRenato Westphal
2023-10-12build: add -Wimplicit-fallthroughIgor Ryzhov
2023-10-10ospf6d: Including checksum in OSPF6 Hello messagesAdriano Marto Reis
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: allow configuring PtP neighbors & costDavid Lamparter
2023-10-10ospf6d: factor out link-local addr changeDavid Lamparter
2023-10-10ospf6d: advertise local addresses with LA bitDavid Lamparter
2023-09-29*: Do not cast to the same type as the destination isDonatas Abraitis
2023-09-16ospf6d: fix uninitialized warningsDavid Lamparter
2023-08-23ospf6d: Free Newly Created LSA when Non-Self-Originated Grace LSA is DiscardedKeelan10
2023-08-16ospf6d: introduce OSPFv3 Cryptographic Protocol ID constantRenato Westphal
2023-08-16ospf6d: fix interoperability issue in auth trailer digest computationRenato Westphal
2023-07-25* : include event ptr in event_execute apiMark Stapp
2023-07-12ospf6d: Convert ospf6_lsa_unlock to a better apiDonald Sharp
2023-07-04Merge pull request #13333 from donaldsharp/vrf_bitmap_cleanupDonatas Abraitis
2023-07-04Merge pull request #13892 from ryndia/fix_ospf6_lsa_leakDonatas Abraitis
2023-07-03ospf6d: unlock lsaryndia
2023-07-03Merge pull request #13900 from donaldsharp/neighbor_structure_crashDonatas Abraitis
2023-07-01ospf6d: Fix crash because neighbor structure was freedDonald Sharp
2023-06-30ospf6d: Stop crash in ospf6_writeDonald Sharp
2023-06-26*: Rearrange vrf_bitmap_X api to reduce memory footprintDonald Sharp
2023-06-26Merge pull request #13804 from LabNConsulting/aceelindem/ospf6d-config-callbacksDonald Sharp
2023-06-23ospf6d: Add config callbacks to suppress hellos during config load. Add bgpd/...Acee
2023-06-19ospf6d: Increment sequence number correctly in Authentication TrailerDavid Ward