summaryrefslogtreecommitdiffstats
path: root/tests/shell/features/set_with_two_expressions.nft
blob: 97632a7af6d3c76f1d652e511555aa49cfcc8232 (plain)
1
2
3
4
5
6
7
8
9
# 48b0ae046ee9 ("netfilter: nftables: netlink support for several set element expressions")
# v5.11-rc1~169^2~25^2
table x {
        set y {
                type ipv4_addr
                size 65535
                counter quota 500 bytes
        }
}