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

goldpinger does not support v6 ping #136

Open
paulyufan2 opened this issue Jun 23, 2023 · 0 comments
Open

goldpinger does not support v6 ping #136

paulyufan2 opened this issue Jun 23, 2023 · 0 comments

Comments

@paulyufan2
Copy link

Describe the bug
I am trying to use goldpinger to test ipv6 connectivity between pods in Azure. I add "IP_VERSIONS" to my deployment yaml file:

    spec:
        containers:
          - name: goldpinger
            env:
              - name: HOST
                value: "0.0.0.0"
              - name: PORT
                value: "8080"
              **- name: IP_VERSIONS
                value: "6"**

When I start testing, I found from goldpingerClient to get clusterState, it does not contain ipv6 address and it only does ipv4 ping. When I read goldpinger library, I see podResult only takes ipv4 address, so it will not do ipv6 test for podResult:
https://github.com/bloomberg/goldpinger/blob/master/pkg/goldpinger/pinger.go#L77

Can anyone help check if we already support this feature or not and if so, how we can use it?

Thanks!

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
ipv6 ping should get executed

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Environment (please complete the following information):**
 - Operating System and Version: [e.g. Ubuntu Linux 22.04]
 - Browser [e.g. Firefox, Safari] (if applicable):

**Additional context**
Add any other context about the problem here.
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

No branches or pull requests

1 participant