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 queries show dual IP address records on minimal mDNS when IP address changes #6263

Closed
jrhees-cae opened this issue Apr 23, 2021 · 3 comments
Labels
bug Something isn't working stale Stale issue or PR V1.0

Comments

@jrhees-cae
Copy link
Contributor

When using minimal mDNS, if IP address of network is changed, both the old and new IP address records will be returned in a query.

Eventually the 'old' IP address will be eliminated from the cache.

It appears that the old IP address is not being Removed.

@woody-apple woody-apple added bug Something isn't working V1.0 labels Jan 25, 2022
@andy31415 andy31415 added v1_triage_split_1 bug Something isn't working V1.0 and removed bug Something isn't working V1.0 v1_triage_split_1 labels Jan 30, 2022
@andy31415
Copy link
Contributor

This is likely minMdns implementation not sending a 'clear cache' or 'leave' messages. We likely need to implement more of the mdns spec in minmdns.

@stale
Copy link

stale bot commented Jul 30, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added the stale Stale issue or PR label Jul 30, 2022
@andy31415
Copy link
Contributor

We are sending TTL=0 to clear cache since #19692. Assuming this one is fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale Stale issue or PR V1.0
Projects
None yet
Development

No branches or pull requests

3 participants