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: fix response to TYPE_PTR query #10

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

Conversation

rthakur33
Copy link

In case of PTR query, sending response of TYPE_A is not needed. As per the rfc 6763, the responder in this case should send list of its services.

In case of PTR query, sending response of TYPE_A is not needed.
As per the rfc 6763, the responder in this case should send
list of its services.

Signed-off-by: Rahul Thakur <[email protected]>
@rthakur33
Copy link
Author

this is discovered in cdr run of module mdns. The type A response to type ptr query causes error at the client since its actually expected type ptr reply with all services.

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