summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/cache/dumps/0001_cache_handling_0.nft
blob: f6dd654158381446eb7da630f06850ac5e0f236d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
table inet test {
	set test {
		type ipv4_addr
		elements = { 1.1.1.1 }
	}

	chain test {
		ip daddr { 2.2.2.2 } counter packets 0 bytes 0 accept
		ip saddr @test counter packets 0 bytes 0 accept
		ip daddr { 2.2.2.2 } counter packets 0 bytes 0 accept
	}
}