summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/cache/dumps/0011_index_0.nft
blob: 7e855eb1cfb9c16de05ef85aabb6eb8d5454fa9d (plain)
1
2
3
4
5
6
7
8
table inet t {
	chain c {
		type filter hook input priority filter; policy accept;
		tcp dport 1234 accept
		udp dport 4321 accept
		accept
	}
}