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