summaryrefslogtreecommitdiff
path: root/ospf6d
AgeCommit message (Expand)Author
2024-06-02ospf6d: OSPFv3 route change comparision fixed for ASBR-only changeAcee
2024-05-31ospf6d: Prevent heap-buffer-overflow with unknown typeIggy Frankovic
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
2024-02-02Merge pull request #10151 from pguibert6WIND/ensure_routing_protocols_good_bwDonald Sharp
2024-02-01*: create a single registry of daemons' default port valuesMark Stapp
2024-01-29lib,ospf6d: fix reference bandwidth descriptionPhilippe Guibert
2024-01-27ospf6d: fix GR & auth seqno state locationDavid Lamparter
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