retis-org / retis

Tracing packets in the Linux networking stack & friends
https://retis.readthedocs.io/en/stable/
100 stars 14 forks source link

[feature] Print out ct mark and labels #407

Open igsilya opened 5 months ago

igsilya commented 5 months ago

conntrack -L prints out mark and labels, but retis doesn't. This information is important for debugging OVN issues, since OVN is storing a lot of information in there like MAC addresses and ports for ECMP symmetric replies, flags for connections blocked by ACLs and so on.

igsilya commented 5 months ago

Correction: conntrack -L doesn't actually show labels, but it is still an important piece of information to have for debugging.