-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
6LowPAN ipsp: ping host -> µc failes, ping µc -> host works. after that: ping host -> µc works #28620
Comments
There was some changes related to multicast groups, perhaps this is related to that. Note that as the log says, the application needs to join the multicast group in order to receive the multicast packets. Is this a sample app found in zephyr? |
yes, i use the official sample located i changed the config you mentioned. now there are no
|
@Vudentz, was there some issue with ipsp connectivity requiring some extra activity from the user? |
This issue has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this issue will automatically be closed in 14 days. Note, that you can always re-open a closed issue at any time. |
bump! |
Having the same issue here! Thanks @thelittlebug for the info, I went through some hoops to enable the shell because I didn't know how to. But after a was able to ping the host (raspberry pi 4) from the test board (nrf52840 DK) a reached the same point as described in this bug. Environment (please complete the following information):
|
Hey I've hit this problem as well and managed to bisect it to: b7b73d0 net: ipv6: added interface multicast group filtering Filed #31075 with a fix. |
Hey #31075 got merged, this should be fixed now. |
Describe the bug
the µc is pingable only after the µc pinged the host in advance
To Reproduce
but now from the µc shell
after that the ping from the host to the µc works
Expected behavior
the µc should be pingable
Impact
showstopper
Sidenote
the other examples like connecting via tcp or udp to port 4242 on the µc also doesn't work
Environment (please complete the following information):
pop os 20.04
zephyr 2.3.0
nrf52840-dk
Additional context
im no ipv6 specialist. for me it looks like zephyr is dropping the packets. i tried to analyze that with wireshark and debugging messages on the µc.
The text was updated successfully, but these errors were encountered: