You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the system is unable to accurately reconstruct the original source of incoming packets. This is because all incoming traffic is marked as originating from the XDP address, rather than preserving the actual source address. This limitation hinders network observability.
Solution:
Investigate and potentially implement the use of cgroups v2 to better track both incoming and outgoing network traffic
Is your feature request related to a problem?
Yes
Problem Description:
Currently, the system is unable to accurately reconstruct the original source of incoming packets. This is because all incoming traffic is marked as originating from the XDP address, rather than preserving the actual source address. This limitation hinders network observability.
Solution:
Investigate and potentially implement the use of cgroups v2 to better track both incoming and outgoing network traffic