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

sniffer: always dump captured packets in assert mode #2350

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

giorio94
Copy link
Member

Currently, we dump unexpected captured packets only when debug mode is enabled. However, this makes troubleshooting possible CI flakes (e.g., caused by too open tcpdump filters) difficult, due to the lack of information about the exact captured packets. Hence, let's just always output them, regardless of the verbosity mode.

Currently, we dump unexpected captured packets only when debug mode is
enabled. However, this makes troubleshooting possible CI flakes (e.g.,
caused by too open tcpdump filters) difficult, due to the lack of
information about the exact captured packets. Hence, let's just always
output them, regardless of the verbosity mode.

Signed-off-by: Marco Iorio <marco.iorio@isovalent.com>
@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Mar 4, 2024
@nathanjsweet nathanjsweet merged commit 9df9f0b into cilium:main Mar 4, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has passed all tests and received consensus from code owners to merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants