summaryrefslogtreecommitdiff
path: root/ospf6d
AgeCommit message (Expand)Author
2023-01-31*: Drop deprecated incorrect JSON fields with wrong namingDonatas Abraitis
2023-01-20*: introduce function for sequence numbersRafael Zalamena
2022-12-21Merge pull request #12540 from manojvn/489527Donald Sharp
2022-12-19ospf6d: Fixing memory leak in ospf6_lsa_create_headeronly for both master and...Manoj Naragund
2022-12-19ospf6d: Fixing memory leak in ospf6_summary_add_aggr_route_and_blackhole.Manoj Naragund
2022-12-15ospf6d: Fix auth_key string memory leakDonald Sharp
2022-12-13Merge pull request #12191 from manojvn/463777Russ White
2022-12-09ospf6d: Don't allocate json memory in non-json pathDonald Sharp
2022-12-05ospf6d: Stop using MTYPE_TMP in some casesDonald Sharp
2022-11-28ospf6d: Consolidate to ospf6_route_is_identicalDonald Sharp
2022-11-28ospf6d: ospf6_route_cmp_nexthops make return saneDonald Sharp
2022-11-24ospf6d: fix infinite loop when adding ASBR routeRenato Westphal
2022-11-14ospf6d: ospf6 route installation when changed from nssa to regular area.Manoj Naragund
2022-11-08Merge pull request #12280 from opensourcerouting/fix/ospv6_show_passive_inter...Jafar Al-Gharaibeh
2022-11-08Merge pull request #11302 from punith-shivakumar/masterDonatas Abraitis
2022-11-08ospf6d: Show if the interface is passive for `show ipv6 ospf6 interface`Donatas Abraitis
2022-11-03Merge pull request #12196 from opensourcerouting/xref-vtyshDonald Sharp
2022-10-26Merge pull request #12201 from donaldsharp/clang-16-robotsJafar Al-Gharaibeh
2022-10-26ospfd, ospf6d: align CLI help stringsDavid Lamparter
2022-10-26build, vtysh: extract vtysh commands from .xrefDavid Lamparter
2022-10-26ospf6d: Make ospf6d happy with clang-16Donald Sharp
2022-10-25ospf6d: Fix for memory leak issues in ospf6.Manoj Naragund
2022-10-19Merge pull request #12146 from rgirada/frr_grDonatas Abraitis
2022-10-18ospf6d: adding missing json fieldsrgirada
2022-10-07*: Create and use infrastructure to show debugs in libDonald Sharp
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-07-13ospf6d: fix test_ospf6_gr_topo1 topotestPunith Kumar S
2022-07-13ospf6d: routes are not synced by ABR.Punith Kumar S
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