-
Notifications
You must be signed in to change notification settings - Fork 253
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
add --reply
flag
#1283
Comments
What would |
yeah that's a really good question. from hubble client's perspective it's just filtering on
|
For trace events, we determine the true or false value based on the connection tracking table. Not all trace points access the connection tracking table, so it's "unknown" for trace points such as "from-container" for example. The condition in the datapath that declares something as a reply packet is here: The way it seems to work is that it flips the source and destination address/port pair and if it finds a connection in the the reverse direction, then it considers the current packet a reply packet. That means that a UDP "connection" is defined via the usual five-tuple logic. As for supported protocols, the cases are listed here. It seems that ICMP and SCTP are supported, though ICMP only for echo/reply, and not for things like "destination unreachable" One question for the flag is: How do we treat |
hmm yeah so maybe the flag cannot be a boolean 💭 |
assign me |
dropping this as there were some priority issues assigned to me at tetragon repo |
because why not
The text was updated successfully, but these errors were encountered: