EDNS refactoring v2
There are currently no pipelines.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.
Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
Refactored the EDNS even more. The edns_parameters
structure has been removed, only the OPT RR is used everywhere. Also removed any EDNS-related stuff from the packet functions, except for a getter, but there is one for TSIG as well, so it's not an issue probably. It's also possible to remove it, as it only saves a few characters of code.
Unittests pass, functional tests also.
Please review again.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.