mbox series

[nf,0/2] Review port shadow selftest

Message ID 20211103185343.28421-1-phil@nwl.cc
Headers show
Series Review port shadow selftest | expand

Message

Phil Sutter Nov. 3, 2021, 6:53 p.m. UTC
Trying the test on a local VM I noticed spurious errors from nc,
complaining about an address being already in use. Patch 1 fixes this.
Validating the notrack workaround led to the minor simplifications in
patch 2.

Phil Sutter (2):
  selftests: nft_nat: Improve port shadow test stability
  selftests: nft_nat: Simplify port shadow notrack test

 tools/testing/selftests/netfilter/nft_nat.sh | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Comments

Pablo Neira Ayuso Nov. 8, 2021, 10:27 a.m. UTC | #1
On Wed, Nov 03, 2021 at 07:53:41PM +0100, Phil Sutter wrote:
> Trying the test on a local VM I noticed spurious errors from nc,
> complaining about an address being already in use. Patch 1 fixes this.
> Validating the notrack workaround led to the minor simplifications in
> patch 2.

Series applied, thanks.