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

x/net/ipv4: multicast listener tests fail on bridge-like stacked interface #6709

Closed
mikioh opened this issue Nov 3, 2013 · 1 comment
Closed

Comments

@mikioh
Copy link
Contributor

mikioh commented Nov 3, 2013

go test
--- FAIL: TestUDPSingleConnWithMultipleGroupListeners-2 (0.01 seconds)
    multicastlistener_test.go:49: ipv4.PacketConn.JoinGroup 224.0.0.249:0 on {8 1500 bridge0 02:42:e8:30:66:00 up|broadcast|multicast} failed: setsockopt: address already in use
--- FAIL: TestUDPMultipleConnWithMultipleGroupListeners-2 (0.01 seconds)
    multicastlistener_test.go:96: ipv4.PacketConn.JoinGroup 224.0.0.249:0 on {8 1500 bridge0 02:42:e8:30:66:00 up|broadcast|multicast} failed: setsockopt: address already in use
--- FAIL: TestUDPPerInterfaceSingleConnWithSingleGroupListener-2 (1.36 seconds)
    multicastlistener_test.go:177: net.ListenPacket with <nil> failed: listen udp4: lookup <nil>: no such host
FAIL

E.g.,
em0: flags=28943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST,PPROMISC>
        no ipv4 address assigned
bridge0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST>
        member: em0 flags=143<LEARNING,DISCOVER,AUTOEDGE,AUTOPTP>
        ipv4 address assigned
@mikioh
Copy link
Contributor Author

mikioh commented Nov 3, 2013

Comment 1:

This issue was closed by revision golang/net@dcb9639.

Status changed to Fixed.

@mikioh mikioh added repo-net and removed repo-net labels Dec 23, 2014
@mikioh mikioh changed the title go.net/ipv4: multicast listener tests fail on bridge-like stacked interface ipv4: multicast listener tests fail on bridge-like stacked interface Jan 4, 2015
@mikioh mikioh changed the title ipv4: multicast listener tests fail on bridge-like stacked interface x/net/ipv4: multicast listener tests fail on bridge-like stacked interface Jul 20, 2015
@golang golang locked and limited conversation to collaborators Jul 20, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants