Skip to content
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

Closed
ghost opened this issue Apr 15, 2021 · 9 comments · Fixed by #156
Closed

Option in resperf.c #155

ghost opened this issue Apr 15, 2021 · 9 comments · Fixed by #156

Comments

@ghost
Copy link

ghost commented Apr 15, 2021

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.

jelu added a commit to jelu/dnsperf that referenced this issue Apr 16, 2021
- `resperf`: Fix DNS-OARC#155: Add `-E` to set EDNS option
@jelu jelu mentioned this issue Apr 16, 2021
@jelu jelu closed this as completed in #156 Apr 16, 2021
@jelu
Copy link
Member

jelu commented Apr 16, 2021

Absolutely!

-E is now available in the develop branch or soon in our pre-release packages. If you can test that it's working as you expect then I can plan a release. If you find any problems you can reopen this issue or create a new.

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 :)

@ghost
Copy link
Author

ghost commented Apr 17, 2021

That was super fast! Many thanks, Jerry!

I'll test it next week and report back.

@jelu
Copy link
Member

jelu commented Apr 18, 2021 via email

@ghost
Copy link
Author

ghost commented Apr 20, 2021

I don't find a Red Hat package for concurrencykit and compiling from source it is giving me a /usr/local/bin/resperf: error while loading shared libraries: libck.so.0: cannot open shared object file: No such file or directory when I run resperf.
I'll have to have a second look at this.

@jelu
Copy link
Member

jelu commented Apr 21, 2021 via email

@ghost
Copy link
Author

ghost commented Apr 21, 2021

Red Hat Enterprise Linux release 8.3 (Ootpa)

@jelu
Copy link
Member

jelu commented Apr 26, 2021

@Javier-Ruiz-at-Amaris We build dnsperf for CentOS 8 and ck-devel is available in EPEL.

@jelu
Copy link
Member

jelu commented May 25, 2021

@Javier-Ruiz-at-Amaris Have you had time to check the fix?

@jelu
Copy link
Member

jelu commented May 28, 2021

Just added a small script to generate ECS options https://github.com/DNS-OARC/dnsperf/tree/develop/contrib/ecs-gen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant