summaryrefslogtreecommitdiff
path: root/ospf6d
AgeCommit message (Expand)Author
2025-02-26ospf6d: Fix use after free of router in OSPFv3 ABR route calculation.Acee Lindem
2025-01-09ospf6d: guard a couple of debugsJafar Al-Gharaibeh
2024-11-06Merge pull request #17363 from acooks-at-bda/fix-redundant-null-ptr-check-CID...Donatas Abraitis
2024-11-06ospf6d: remove redundant null ptr checkAndrew Cooks
2024-11-06ospf6d: remove redundant null ptr checkAndrew Cooks
2024-09-24Merge pull request #16908 from donaldsharp/ospf6_snmp_specialJafar Al-Gharaibeh
2024-09-24ospf6d: Remove unguarded debugs in ospf6_snmp.cDonald Sharp
2024-09-16ospf6d: apply CI style suggestionsAndrew Cooks
2024-09-16ospf6d: use nth_prefix() in ospf6_intra_prefix_lsa_get_prefix_str()Andrew Cooks
2024-09-16ospf6d: use nth_prefix() in ospf6_link_lsa_get_prefix_str()Andrew Cooks
2024-09-16ospf6d: add nth_prefix()Andrew Cooks
2024-09-16ospf6d: use nth_lsdesc() in ospf6_router_lsa_get_nbr_id()Andrew Cooks
2024-09-16ospf6d: use nth_lsdesc() in ospf6_network_lsa_get_ar_id()Andrew Cooks
2024-09-16ospf6d: add nth_lsdesc()Andrew Cooks
2024-09-16ospf6d: replace TLV_HDR_TOP macro with lsdesc_start functionAndrew Cooks
2024-09-16ospf6d: use lsa_after_header pointer arithmeticAndrew Cooks
2024-09-16ospf6d: replace ospf6_lsa_header_end()Andrew Cooks
2024-09-16ospf6d: cleanup Router-LSAs Options bit orderAndrew Cooks
2024-09-16ospf6d: add space between multi-line macrosAndrew Cooks
2024-09-16ospf6d: move lsa structs to ospf6_lsa.hAndrew Cooks
2024-09-16ospf6d: factor out generic TLV handlingAndrew Cooks
2024-06-11Merge pull request #16050 from rgirada/ospfv3_helperRuss White
2024-06-06ospf6d: Handling Topo Change in GR-HELPER mode for max-age lsasRajesh Girada
2024-06-04 ospf6d: OSPFv3 manual key authentication neglects checking the SA ID.Acee Lindem
2024-05-30ospf6d: Prevent heap-buffer-overflow with unknown typeIggy Frankovic
2024-05-29Merge pull request #16098 from LabNConsulting/aceelindem/ospfv3-route-asbr-ch...Donald Sharp
2024-05-28ospf6d: OSPFv3 route change comparision fixed for ASBR-only changeAcee
2024-05-28ospf6d: replace OSPF6_LSA_SIZE with ospf6_lsa_sizeAndrew Cooks
2024-05-28ospf6d: replace OSPF6_LSA_END with ospf6_lsa_endAndrew Cooks
2024-05-28ospf6d: replace OSPF6_LSA_HEADER_END macroAndrew Cooks
2024-05-10*: Modify agentx to be allowed to be calledDonald Sharp
2024-05-07Merge pull request #15627 from Max-Mustermann33/ospf6d_metric_for_type5_lsaRuss White
2024-05-06ospf6d: Redistribute metric for AS-external routeAlexander Rose
2024-05-03ospf6d: Fix nexthop computation for inter-area multi-ABR ECMPMartin Buck
2024-04-25ospf6d: accept CLI `no` for point-to-multipointDavid Lamparter
2024-04-25ospf6d: force recalculate on interface_upDavid Lamparter
2024-04-25ospf6d: fix loopback/ptp/ptmp conn. route checksDavid Lamparter
2024-04-25ospf6d: fix DEFUN formatting wrecked by clangDavid Lamparter
2024-04-11ospfd, ospf6d: Remove deprecated JSON fieldsDonatas Abraitis
2024-03-13eigrpd, mgmtd, ospf6d: frr_fini is lastDonald Sharp
2024-03-08Merge pull request #15469 from LabNConsulting/chopps/keychain-yangDonald Sharp
2024-03-07ospf6d: add localLinkLocalAddress fieldFrancois Dumontet
2024-03-04lib: add keychain northbound supportChristian Hopps
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