summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/maps/dumps/different_map_types_1.nft
blob: 3c18b5c7f8b3453e26012cf6833795180b4fc00a (plain)
1
2
3
4
5
table ip filter {
	chain output {
		type filter hook output priority filter; policy accept;
	}
}