diff options
Diffstat (limited to 'tests/shell/features/ipsec.nft')
-rw-r--r-- | tests/shell/features/ipsec.nft | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/shell/features/ipsec.nft b/tests/shell/features/ipsec.nft new file mode 100644 index 00000000..e7252271 --- /dev/null +++ b/tests/shell/features/ipsec.nft @@ -0,0 +1,7 @@ +# 6c47260250fc ("netfilter: nf_tables: add xfrm expression") +# v4.20-rc1~14^2~125^2~25 +table ip x { + chain y { + ipsec in reqid 23 + } +} |