]> git.dujemihanovic.xyz Git - linux.git/commit
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
authorPaolo Abeni <pabeni@redhat.com>
Thu, 2 Mar 2023 10:10:43 +0000 (11:10 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 2 Mar 2023 10:10:43 +0000 (11:10 +0100)
commit044c8bf78db818b8c726eb47c560e05fbc71e128
tree2382dff9f8e1db214b122dab9113e18772b8dd6c
parentf3221361dc85d4de22586ce8441ec2c67b454f5d
parentaabef97a35160461e9c576848ded737558d89055
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf

Pablo Neira Ayuso says:

====================
Netfilter fixes for net

The following patchset contains Netfilter fixes for net:

1) Fix bogus error report in selftests/netfilter/nft_nat.sh,
   from Hangbin Liu.

2) Initialize last and quota expressions from template when
   expr_ops::clone is called, otherwise, states are not restored
   accordingly when loading a dynamic set with elements using
   these two expressions.

* git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf:
  netfilter: nft_quota: copy content when cloning expression
  netfilter: nft_last: copy content when cloning expression
  selftests: nft_nat: ensuring the listening side is up before starting the client
====================

Link: https://lore.kernel.org/r/20230301222021.154670-1-pablo@netfilter.org
Signed-off-by: Paolo Abeni <pabeni@redhat.com>