aboutsummaryrefslogtreecommitdiffstats
path: root/test/mandatory/log.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/mandatory/log.json')
-rw-r--r--test/mandatory/log.json12
1 files changed, 10 insertions, 2 deletions
diff --git a/test/mandatory/log.json b/test/mandatory/log.json
index e265f2d..0db68b0 100644
--- a/test/mandatory/log.json
+++ b/test/mandatory/log.json
@@ -1,5 +1,8 @@
{
- "log": { "none": { "mode": "none" } },
+ "log": {
+ "none": { "mode": "none" },
+ "ulog": { "mode": "ulog", "limit": { "interval": 5 } }
+ },
"filter": [
{},
{ "action": "drop" },
@@ -12,6 +15,11 @@
{ "log": true, "action": "pass" },
{ "log": "none" },
{ "log": "none", "action": "drop" },
- { "log": "none", "action": "pass" }
+ { "log": "none", "action": "pass" },
+
+ { "log": "ulog" },
+ { "log": "ulog", "action": "drop" },
+ { "log": "ulog", "action": "pass" },
+ { "in": "_fw", "log": "ulog", "action": "pass" }
]
}