summaryrefslogtreecommitdiffstats
path: root/tests/shell/features/inner_matching.nft
blob: 6c86fd3558ac3802144c78b6e3ebe7ec2433068f (plain)
1
2
3
4
5
6
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
        }
}