summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/include/dumps/glob_duplicated_include.nft
blob: 8e316e9dfa4936197743a3352357ffd38d71353e (plain)
1
2
3
4
5
6
table inet test {
	chain test {
		tcp dport 22 accept
		tcp dport 25 accept
	}
}