mbox series

[iptables,v2,0/3] Chain counter fixes here and there

Message ID 20230810112325.20630-1-phil@nwl.cc
Headers show
Series Chain counter fixes here and there | expand

Message

Phil Sutter Aug. 10, 2023, 11:23 a.m. UTC
Resending patch 2 after the test I created for it in patch 3 exposed the
iptables-nft bug fixed in patch 1.

Phil Sutter (3):
  nft: Create builtin chains with counters enabled
  Revert "libiptc: fix wrong maptype of base chain counters on restore"
  tests: shell: Test chain policy counter behaviour

 iptables/nft.c                                | 14 ++--
 .../shell/testcases/chain/0007counters_0      | 78 +++++++++++++++++++
 libiptc/libiptc.c                             |  2 +-
 3 files changed, 87 insertions(+), 7 deletions(-)
 create mode 100755 iptables/tests/shell/testcases/chain/0007counters_0

Comments

Phil Sutter Aug. 10, 2023, 12:16 p.m. UTC | #1
On Thu, Aug 10, 2023 at 01:23:22PM +0200, Phil Sutter wrote:
> Resending patch 2 after the test I created for it in patch 3 exposed the
> iptables-nft bug fixed in patch 1.
> 
> Phil Sutter (3):
>   nft: Create builtin chains with counters enabled
>   Revert "libiptc: fix wrong maptype of base chain counters on restore"
>   tests: shell: Test chain policy counter behaviour

Series applied.