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

Update qa_zeromq_pushpull.py with IPV6 test loopback #7320

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sb424dat
Copy link

@sb424dat sb424dat commented May 6, 2024

Added test_002 with IPV6 loopback address to fix issue "Can't connect to IPv6 host using ZMQ PULL Source #1866 "

Description

Related Issue

Which blocks/areas does this affect?

Testing Done

Checklist

Added test_002 with IPV6 loopback address to fix issue  "Can't connect to IPv6 host using ZMQ PULL Source gnuradio#1866 "
@sb424dat sb424dat marked this pull request as ready for review May 6, 2024 15:46
@sb424dat
Copy link
Author

sb424dat commented May 6, 2024

tried fix issue #1866

@marcusmueller
Copy link
Member

Hi! Thanks for tackling this!

Two things: you really have to sign-off your commits, as mentioned :) You can sign-off yours using git commit --amend -s and then git push --force.

However, I think we need to technically adjust things, as well:

src_data = list(range(vlen)) * 100
src = blocks.vector_source_f(src_data, False, vlen)
zeromq_push_sink = zeromq.push_sink(
gr.sizeof_float, vlen, "tcp://0:0:0:0:0:0:0:1")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't look like a valid IPv6 pseudo-URL; tcp://[::1] should be valid. Because of the ambiguity caused by : in IPv6 addresses and the port specification, IPv6 addresses in URLs are typically represened as bracketed.

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

Successfully merging this pull request may close these issues.

None yet

3 participants