summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/cache/dumps/0001_cache_handling_0.nft
blob: 47d744e9b9b3ad573911f6eac7172345c0ecdd6b (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
	}
}