summaryrefslogtreecommitdiff
path: root/ospf6d
AgeCommit message (Expand)Author
2024-05-31ospf6d: Prevent heap-buffer-overflow with unknown typeIggy Frankovic
2024-05-29ospf6d: OSPFv3 route change comparision fixed for ASBR-only changeAcee
2024-05-05ospf6d: fix uninitialized warningsDavid Lamparter
2023-07-03ospf6d: Fix crash because neighbor structure was freedDonald Sharp
2023-07-03ospf6d: Stop crash in ospf6_writeDonald Sharp
2023-03-20ospf6d: Stop using MTYPE_TMP in some casesDonald Sharp
2023-03-17ospfd, ospf6d: Add more logging detailsDonatas Abraitis
2022-12-10ospf6d: Don't allocate json memory in non-json pathDonald Sharp
2022-11-28ospf6d: fix infinite loop when adding ASBR routeRenato Westphal
2022-10-27ospf6d: Fix for memory leak issues in ospf6.Manoj Naragund
2022-08-19ospf6d: Don't remove summary route if it is a rangeXiaodong Xu
2022-08-15Merge pull request #11781 from donaldsharp/ospf_packet_helperDonatas Abraitis
2022-08-12Merge pull request #11785 from opensourcerouting/fix/remove_ospf6Enabled_from...Donald Sharp
2022-08-11ospf6d: Remove unused variableDonald Sharp
2022-08-11ospf6d: Remove ospf6Enabled from JSON outputDonatas Abraitis
2022-08-11ospf6d: fix missing cost changeanlan_cs
2022-08-02ospf6d: combine two conditions for lsa prefixanlan_cs
2022-07-27ospf6d: corrected the debug stringsri-mohan1
2022-06-24Merge pull request #11462 from donaldsharp/random_stuff_rightmobash-rasool
2022-06-24Merge pull request #11430 from mjstapp/fix_ospf6_zebra_delRafael Zalamena
2022-06-23ospf6d: Ensure that ospf6d does not memcpy beyond end of dataDonald Sharp
2022-06-17ospf6: permit route delete without nexthopsMark Stapp
2022-06-16ospf6d: cost is uint32_t so it cannot be greater than UINT32_MAXDonald Sharp
2022-06-13*: Use autocomplete for route-maps under commands that require itDonatas Abraitis
2022-06-01ospf6d: fix rx/tx buffer sizesDavid Lamparter
2022-05-20ospf6d: Clean up thread interfaceDonald Sharp
2022-05-20ospf6d: Remove double check of default prefixDonald Sharp
2022-05-16ospf6d: Ensure the ospf6 interface hello timer pops in all casesDonald Sharp
2022-05-16ospf6d: Give time left in hello timer for `show ipv6 ospf6 int`Donald Sharp
2022-05-13Merge pull request #11177 from opensourcerouting/fix/memset_memcpyDonald Sharp
2022-05-11*: Properly use memset() when zeroingDonatas Abraitis
2022-05-10ospf6d: add header size check for LSAanlan_cs
2022-05-10Merge pull request #11163 from opensourcerouting/fix/same_type_castingIgor Ryzhov
2022-05-08*: Avoid casting to the same type as on the leftDonatas Abraitis
2022-05-08zebra, ospf6d: Do not check if NULL for XCALLOC()Donatas Abraitis
2022-05-03*: remove the checking returned value for hash_get()anlan_cs
2022-04-20Merge pull request #11051 from donaldsharp/speell_moreDonatas Abraitis
2022-04-19*: Fix spelling of accidentlyDonald Sharp
2022-04-19*: Fix spelling of specifedDonald Sharp
2022-04-17ospf6d: Check for MinLSInterval timer when adding to LSUpdate listYash Ranjan
2022-04-02*: Fix spelling of GracefullDonald Sharp
2022-03-29ospf6d: fix crash when applying a route-map on a temporary routeIgor Ryzhov
2022-03-29Merge pull request #10158 from ckishimo/ospf6d_norefreshRuss White
2022-03-28ospf6d: fix NSSA area-range commandckishimo
2022-03-27*: add SAFI argument to zclient_send_rnhDavid Lamparter
2022-03-17ospf6d: crash in ospf6_decrement_retrans_count.Manoj Naragund
2022-03-13Merge pull request #10447 from ton31337/fix/json_with_whitespacesDonald Sharp
2022-03-12*: When matching against a nexthop send and process what it matched againstDonald Sharp
2022-03-09ospfd,ospf6d: Add missing newline for `graceful-restart prepare` CLIDonatas Abraitis
2022-02-23*: Change thread->func to return void instead of intDonald Sharp