aboutsummaryrefslogtreecommitdiffstats
path: root/test/optional/custom.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/optional/custom.json')
-rw-r--r--test/optional/custom.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/optional/custom.json b/test/optional/custom.json
new file mode 100644
index 0000000..efd33e1
--- /dev/null
+++ b/test/optional/custom.json
@@ -0,0 +1,7 @@
+{
+ "filter": [
+ { "out": "A", "match": "-m owner --uid-owner 0" },
+ { "in": "B", "action": "custom:foo" }
+ ],
+ "dnat": [ { "in": "D", "action": "NETMAP --to 10.1.0.0/12" } ]
+}