summaryrefslogtreecommitdiffstats
path: root/tests/shell/features/map_lookup.nft
blob: 06c4c9d9c82dd30568d917ab9746ce1e11975b4f (plain)
1
2
3
4
5
6
7
8
9
10
11
# a4878eeae390 ("netfilter: nf_tables: relax set/map validation checks")
# v6.5-rc1~163^2~256^2~8
table ip t {
        map m {
                typeof ip daddr : meta mark
        }

        chain c {
                ip saddr @m
        }
}