acooks-at-bda

Results 6 issues of acooks-at-bda

The c-ares api has deprecated ares_process() and ares_gethostbyname() and it causes a build failure on Fedora 40. This PR replaces the deprecated functions with their replacements.

libfrr
master
size/M

Add a macro to iterate over the descriptors in an LSA and refactor the existing open coded iterators. Other parts of ospf6d also iterate over `struct ospf6_*_lsdesc` and similar types,...

ospfv3
master
size/XL

This PR proposes the removal of OSPF6_LSA_HEADER_END, OSPF6_LSA_SIZE and OSPF6_LSA_END macros. It replaces those macros with inline functions that enables better type checking and reduces the number of unchecked type...

ospfv3
bugfix
master
size/L

This is work in progress towards an implementation of [RFC 8362](https://datatracker.ietf.org/doc/html/rfc8362) - OSPFv3 Link State Advertisement (LSA) Extensibility. This PR is currently a Draft, for early feedback.

ospfv3
master
size/XL

The is a Request For Comments on my approach for adding support for [RFC 8362](https://www.rfc-editor.org/rfc/rfc8362) OSPFv3 LSA Extensibility. The main problem to solve is that ospf6d operates directly on the...

master
size/XXL

This PR contains what I hope would be the less controversial bits of the Work In Progress on PR #16532. It refactors the ospf6d implementation in order to * enable...

ospfv3
master
size/XL
rebase