diff options
Diffstat (limited to 'tests/shell/features/ctexpect.nft')
-rw-r--r-- | tests/shell/features/ctexpect.nft | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/shell/features/ctexpect.nft b/tests/shell/features/ctexpect.nft new file mode 100644 index 0000000..02c3dfd --- /dev/null +++ b/tests/shell/features/ctexpect.nft @@ -0,0 +1,10 @@ +# 857b46027d6f ("netfilter: nft_ct: add ct expectations support") +# v5.3-rc1~140^2~153^2~19 +table t { + ct expectation ctexpect { + protocol tcp + dport 5432 + timeout 1h + size 12; + } +} |