retis-org / retis

Tracing packets in the Linux networking stack & friends
84 stars 12 forks source link

Failed to parse section Ovs: Unsupported action id 24 #398

Open igsilya opened 1 month ago

igsilya commented 1 month ago

Looks like OVS_ACTION_ATTR_DROP is not supported.

Also, there seems to be a fundamental issue with the kernel-only OVS_ACTION_ATTR_SET_TO_MASKED that is not actually part of uAPI and so can have different values depending on how many actions the running kernel supports. But, I guess, it shouldn't be used that often, so maybe not a big problem.

amorenoz commented 1 month ago

Yes, OVS_ACTION_ATTR_SET_TO_MASKED is indeed problematic. I chose to only display "set_masked" and try our best to display the internal field to try to avoid the user the internal-only noise.