aboutsummaryrefslogtreecommitdiffstats
path: root/test/optional/filter.json
blob: 3918b9b130bf00fffcc6db1c7eac5687ffd1bbd4 (plain)
1
2
3
4
5
6
7
8
9
10
{
    "filter": [
	{},
	{ "action": "accept" },
	{ "action": "drop" },
	{ "action": "pass" },
	{ "action": "reject" },
	{ "action": "tarpit" }
    ]
}