aboutsummaryrefslogtreecommitdiffstats
path: root/test/mandatory/log.json
blob: e265f2dc7d8ffaaacbce5aa071ccc75bad623898 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "log": { "none": { "mode": "none" } },
    "filter": [
	{},
	{ "action": "drop" },
	{ "action": "pass" },
	{ "log": false },
	{ "log": false, "action": "drop" },
	{ "log": false, "action": "pass" },
	{ "log": true },
	{ "log": true, "action": "drop" },
	{ "log": true, "action": "pass" },
	{ "log": "none" },
	{ "log": "none", "action": "drop" },
	{ "log": "none", "action": "pass" }
    ]
}