summaryrefslogtreecommitdiffstats
path: root/tests/shell/features/inner_matching.nft
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/features/inner_matching.nft')
-rw-r--r--tests/shell/features/inner_matching.nft7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/shell/features/inner_matching.nft b/tests/shell/features/inner_matching.nft
new file mode 100644
index 00000000..6c86fd35
--- /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
+ }
+}