-
-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option in resperf.c #155
Comments
- `resperf`: Fix DNS-OARC#155: Add `-E` to set EDNS option
Absolutely!
You will have to create the EDNS0 option for ECS yourself since I don't want to add more options like -X/-Y/-Z in the commit you linked, because that will eat up all options quite quickly. If you want to create a small Python script for generating these EDNS0 option hexes, I will gladly add it to contrib :) |
That was super fast! Many thanks, Jerry! I'll test it next week and report back. |
No problem! They share the same code base so it was easy. I'm off next week
so I'll check up on this the week after.
|
I don't find a Red Hat package for concurrencykit and compiling from source it is giving me a |
What distribution and version are you using?
|
Red Hat Enterprise Linux release 8.3 (Ootpa) |
@Javier-Ruiz-at-Amaris We build |
@Javier-Ruiz-at-Amaris Have you had time to check the fix? |
Just added a small script to generate ECS options https://github.com/DNS-OARC/dnsperf/tree/develop/contrib/ecs-gen |
Hi, is there a way to have the EDNS option also in
resperf
?Thanks!
I have been using the -Z option from an old Nominum version, but to send the record would be nice in resperf.
The text was updated successfully, but these errors were encountered: