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
filter: support filtering dump/flush by conntrack zone
Support for the CTA_ZONE attribute for dump and flush requests was added
to the kernel in 6.8: eff3c558bb7e ("netfilter: ctnetlink: support filtering
by zone"). This commit adds a Zone() method to allow filtering by zone ID.
On older kernels, the attribute will be ignored and flows from all zones will
be returned.
Fixes: #23
Signed-off-by: Timo Beckers <[email protected]>
Co-authored-by: Antonin Bas <[email protected]>
0 commit comments