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

[mdns-publisher] move link-local address filtering to DiscoveryProxy #2710

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

Conversation

abtink
Copy link
Member

@abtink abtink commented Feb 12, 2025

This commit modifies the Publisher to stop filtering link-local addresses during service or host resolution. Instead, the DiscoveryProxy now handles link-local address filtering. This change allows the Publisher to properly resolve TREL peers, which require link-local addresses.

@abtink abtink force-pushed the mdns/link-local-addr-filter branch from f7b8bff to 66e406f Compare February 12, 2025 21:27
Copy link

codecov bot commented Feb 12, 2025

Codecov Report

Attention: Patch coverage is 0% with 20 lines in your changes missing coverage. Please review.

Project coverage is 43.47%. Comparing base (2b41187) to head (87d2939).
Report is 954 commits behind head on main.

Files with missing lines Patch % Lines
src/sdp_proxy/discovery_proxy.cpp 0.00% 18 Missing ⚠️
src/mdns/mdns_avahi.cpp 0.00% 2 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2710       +/-   ##
===========================================
- Coverage   55.77%   43.47%   -12.31%     
===========================================
  Files          87      108       +21     
  Lines        6890    13354     +6464     
  Branches        0      953      +953     
===========================================
+ Hits         3843     5805     +1962     
- Misses       3047     7242     +4195     
- Partials        0      307      +307     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

This commit modifies the `Publisher` to stop filtering link-local
addresses during service or host resolution. Instead, the
`DiscoveryProxy` now handles link-local address filtering. This
change allows the `Publisher` to properly resolve TREL peers, which
require link-local addresses.
@abtink abtink force-pushed the mdns/link-local-addr-filter branch from 152b640 to 87d2939 Compare February 21, 2025 21:28
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

Successfully merging this pull request may close these issues.

1 participant