Skip to content

daemon/lua: avoid depending on KNOT_EDNS_MAX_OPTION_CODE

Vladimír Čunát requested to merge KNOT_EDNS_MAX_OPTION_CODE into master

We don't need to use the knot_edns_options_t type from lua, only there's a pointer in knot_pkt_t. Now libknot increased this length in v3.4.4, even without bumping SONAME, and it might happen again. This way we avoid kres-gen-33.lua depending on this length.

Merge request reports

Loading