From 45060a09bc3ad1c4bcfd4ad91863e00ab58efb5b Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Mon, 18 Sep 2023 12:28:25 +0200 Subject: tests/shell: skip test cases if ct expectation and/or timeout lacks support Signed-off-by: Florian Westphal Signed-off-by: Thomas Haller --- tests/shell/features/cttimeout.nft | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/shell/features/cttimeout.nft (limited to 'tests/shell/features/cttimeout.nft') diff --git a/tests/shell/features/cttimeout.nft b/tests/shell/features/cttimeout.nft new file mode 100644 index 00000000..4be58cd3 --- /dev/null +++ b/tests/shell/features/cttimeout.nft @@ -0,0 +1,8 @@ +# 7e0b2b57f01d ("netfilter: nft_ct: add ct timeout support") +# v4.19-rc1~140^2~64^2~3 +table t { + ct timeout cttime { + protocol tcp; + policy = {established: 120 } + } +} -- cgit v1.2.3