summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/cache/dumps/0003_cache_update_0.nft
blob: 43898d336d02aed2b4e7a116da8fd1ff2133e52d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
table ip t {
	chain c {
	}
}
table ip t2 {
	chain c {
	}
}
table ip t3 {
}
table ip t4 {
	chain c {
		meta l4proto icmp accept
		drop
		meta l4proto igmp accept
		drop
	}
}