summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/cache/dumps/0006_cache_table_flush.nft
blob: 8ab55a2cac5a06e80dd0b165ca44de67f8e14a4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
table ip x {
	map mapping {
		type ipv4_addr : inet_service
		size 65535
		flags dynamic,timeout
	}

	chain y {
		update @mapping { ip saddr : tcp sport }
	}

	chain z {
	}
}