diff options
Diffstat (limited to 'tests/shell/features/inner_matching.nft')
-rw-r--r-- | tests/shell/features/inner_matching.nft | 7 |
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 0000000..6c86fd3 --- /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 + } +} |