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

Bluetooth: Mesh: Proxy servers only resends segments to proxy #23121

Closed
trond-snekvik opened this issue Feb 27, 2020 · 0 comments · Fixed by #23103
Closed

Bluetooth: Mesh: Proxy servers only resends segments to proxy #23121

trond-snekvik opened this issue Feb 27, 2020 · 0 comments · Fixed by #23103
Assignees
Labels
area: Bluetooth Mesh bug The issue is a bug, or the PR is fixing a bug priority: medium Medium impact/importance bug
Milestone

Comments

@trond-snekvik
Copy link
Contributor

The proxy server node first checks whether any connected proxy clients need the packet, and if they do, it won't resend the packet on the advertiser interface. For group dst packets, this is incorrect behavior, as those should go on both interfaces.

Introducing an additional check for unicast address before blocking the adv TX fixes the issue, see #23103.

@trond-snekvik trond-snekvik added the bug The issue is a bug, or the PR is fixing a bug label Feb 27, 2020
@jhedberg jhedberg added priority: medium Medium impact/importance bug area: Bluetooth Mesh labels Feb 27, 2020
@jhedberg jhedberg added this to the v2.2.0 milestone Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Bluetooth Mesh bug The issue is a bug, or the PR is fixing a bug priority: medium Medium impact/importance bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants