-
Notifications
You must be signed in to change notification settings - Fork 10
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
Create agent in parametric app using ipv6 address. #3549
Comments
Hi, From the docker doc :
We need to keep the parametric scenario working fine on all our laptops. It means there are two solutions :
Form a technical point of view, I'm fine for both Do you have any opinion/argument in favor of parametric for this use case ? |
Weblog makes sense to me here then. I believe it will cover all scenarios that I am concerned with. Just to double check, there are no prerequisite steps to using a weblog scenario with IPv6 right? I just start with setting a |
By default, the docker network use IPv4. You could use a IPv4 translated to IPv6, and it should works. But you need to get the agent IP address, so it'll requires a few extra bit. Though, I think we should go the ambitious way, and use a real IPv6, because I strongly suspect that a translated IPv4 address will be converted back by some network layer. So having a real IPv6 address is better IMO |
I'm looking to write a parametric test for the following ticket where we want to see whether setting an agent to an IPv6 address will lead to issues in the tracer. Could you point me towards how to customize an agent in the system-tests repo to use IPv6 and how to have a tracer point to it?
The text was updated successfully, but these errors were encountered: