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

dns: add support for reverse address mapping queries #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rthakur33
Copy link
Contributor

@rthakur33 rthakur33 commented Feb 20, 2024

The mdnsd currently does not have the capability of responding to
reverse address mapping dns requests for either IPv4 or IPv6.

This commit adds support to handle reverse address mapping and
respond with hostname if the address matches that of the DUT.

This satisfies the requirement mentioned in the section 4 of RFC 6762.

@rthakur33
Copy link
Contributor Author

verified against cdrouter tests mdns_21 and ipv6_mdns_21

@blogic
Copy link
Contributor

blogic commented Feb 20, 2024

more context in the description would be helpful

@rthakur33 rthakur33 force-pushed the reverse_address_mapping branch from ebf8918 to a20b6cc Compare February 20, 2024 08:27
@rthakur33
Copy link
Contributor Author

more context in the description would be helpful

thanks for the comment @blogic , I have update the commit with more description.

@rthakur33
Copy link
Contributor Author

more context in the description would be helpful

added rfc and section details for the requirements that are fulfilled by this comment

@rthakur33 rthakur33 force-pushed the reverse_address_mapping branch from a20b6cc to 27fbce7 Compare December 11, 2024 06:02
dns.c Outdated Show resolved Hide resolved
The mdnsd currently does not have the capability of responding to
reverse address mapping dns requests for either IPv4 or IPv6.

This commit adds support to handle reverse address mapping and
respond with hostname if the address matches that of the DUT.

Signed-off-by: Rahul Thakur <[email protected]>
@rthakur33 rthakur33 force-pushed the reverse_address_mapping branch from 27fbce7 to 3c9065f Compare December 12, 2024 05:26
@rthakur33 rthakur33 requested a review from blogic December 12, 2024 05:27
@Rondom
Copy link

Rondom commented Feb 3, 2025

@blogic @ynezz ping

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.

3 participants