Signed-off-by: Florian Westphal <fw@xxxxxxxxx> --- tests/shell/features/inner_matching.nft | 7 +++++++ tests/shell/testcases/sets/inner_0 | 2 ++ 2 files changed, 9 insertions(+) create mode 100644 tests/shell/features/inner_matching.nft diff --git a/tests/shell/features/inner_matching.nft b/tests/shell/features/inner_matching.nft new file mode 100644 index 000000000000..6c86fd3558ac --- /dev/null +++ b/tests/shell/features/inner_matching.nft @@ -0,0 +1,7 @@ +# 3a07327d10a0 ("netfilter: nft_inner: support for inner tunnel header matching") +# v6.2-rc1~99^2~350^2~4 +table ip t { + chain c { + udp dport 4789 vxlan ip saddr 1.2.3.4 + } +} diff --git a/tests/shell/testcases/sets/inner_0 b/tests/shell/testcases/sets/inner_0 index 0eb172a8cf06..ceb35115cc7d 100755 --- a/tests/shell/testcases/sets/inner_0 +++ b/tests/shell/testcases/sets/inner_0 @@ -1,5 +1,7 @@ #!/bin/bash +[ $NFT_HAVE_inner_matching -eq 0 ] && exit 123 + set -e RULESET="table netdev x { -- 2.41.0