diff options
author | Paul Blakey <[email protected]> | 2023-03-22 09:35:32 +0200 |
---|---|---|
committer | Florian Westphal <[email protected]> | 2023-03-30 22:20:09 +0200 |
commit | 9b7c68b3911aef84afa4cbfc31bce20f10570d51 (patch) | |
tree | 0b0c3672b0eab179bd1d9d1c8454dd4100fb978c /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | a25b8b7136ad43760bd876af62b6e59abd30496c (diff) |
netfilter: ctnetlink: Support offloaded conntrack entry deletion
Currently, offloaded conntrack entries (flows) can only be deleted
after they are removed from offload, which is either by timeout,
tcp state change or tc ct rule deletion. This can cause issues for
users wishing to manually delete or flush existing entries.
Support deletion of offloaded conntrack entries.
Example usage:
# Delete all offloaded (and non offloaded) conntrack entries
# whose source address is 1.2.3.4
$ conntrack -D -s 1.2.3.4
# Delete all entries
$ conntrack -F
Signed-off-by: Paul Blakey <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Acked-by: Pablo Neira Ayuso <[email protected]>
Signed-off-by: Florian Westphal <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions