summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/sets/dumps/0065_icmp_postprocessing.nft
blob: 461c7a73ba09ba561972bd4420feaebdc49b4621 (plain)
1
2
3
4
5
6
table ip x {
	chain foo {
		accept
		icmp type { echo-reply, echo-request } icmp id 42
	}
}