Skip to content

netfilter: nf_tables: Support resetting state in rules and set elements

Phil Sutter requested to merge psutter1/centos-stream-9:c9s/bz1925492 into main

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1925492 Upstream Status: all upstream in linus.git

Rule resetting code is in patch 2, it requires patch 1 as preliminary work.

Set element resetting code is in patch 6. It is useable by itself, but caused some context conflicts. Backporting patches 3 and 4 avoids those, both are useful and rather simple. Patch 5 is a fixup of patch 4.

Signed-off-by: Phil Sutter psutter@redhat.com

Merge request reports