-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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: don't respond with FORMERR if message has ID 0 #35129
dns: don't respond with FORMERR if message has ID 0 #35129
Conversation
Hi @michaelbeaumont, welcome and thank you for your contribution. We will try to review your Pull Request as quickly as possible. In the meantime, please take a look at the contribution guidelines if you have not done so already. |
Signed-off-by: Mike Beaumont <[email protected]>
Signed-off-by: Mike Beaumont <[email protected]>
Signed-off-by: Mike Beaumont <[email protected]>
a2ee4d7
to
4a7f4b1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a release note for this one? Otherwise LGTM, thanks.
/wait
Signed-off-by: Mike Beaumont <[email protected]>
06aa6e7
to
1e8f33c
Compare
LGTM modulo open comments and CI. Thanks for fixing this. |
Signed-off-by: Mike Beaumont <[email protected]>
22cb1f4
to
6469383
Compare
Could the current CI failures be unrelated to this change? Having a bit of trouble running them locally but they seem quite unlikely to be caused by this |
/retest |
/backport |
@yanjunxiang-google @mattklein123 anything still needed for this? it's starting to run into conflicts with Oh I just noticed this missed v1.31 :/ |
Commit Message: dns: don't respond with FORMERR if message has ID 0 Additional Description: 0 is a valid ID according to RFC 1035 Risk Level: Low Testing: `./ci/run_envoy_docker.sh './ci/do_ci.sh dev'` Docs Changes: N/A Release Notes: dns: don't respond with FORMERR if message has ID 0 Platform Specific Features: N/A Fixes envoyproxy#35097 Signed-off-by: Mike Beaumont <[email protected]> Signed-off-by: Martin Duke <[email protected]>
Commit Message:
dns: don't respond with FORMERR if message has ID 0
Additional Description:
0 is a valid ID according to RFC 1035
Risk Level:
Low
Testing:
./ci/run_envoy_docker.sh './ci/do_ci.sh dev'
Docs Changes:
N/A
Release Notes:
dns: don't respond with FORMERR if message has ID 0
Platform Specific Features: N/A
Fixes #35097