summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/sets/dumps/0025anonymous_set_0.nft
blob: 6204b00c1385d0693213c977a802fff408fb10cc (plain)
1
2
3
4
5
6
7
table ip t {
	chain c {
		type filter hook output priority filter; policy accept;
		ip daddr { 192.168.0.1, 192.168.0.2, 192.168.0.3 }
		tcp dport { 22, 23 } counter packets 0 bytes 0
	}
}