summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/sets/dumps/0049set_define_0.nft
blob: 998b387a81511ca255acc4af154771a3d24f17da (plain)
1
2
3
4
5
6
table inet filter {
	chain input {
		type filter hook input priority filter; policy drop;
		tcp dport { 22, 80, 443 } ct state new counter packets 0 bytes 0 accept
	}
}