aboutsummaryrefslogtreecommitdiffstats
path: root/test/mandatory/custom-chain.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/mandatory/custom-chain.json')
-rw-r--r--test/mandatory/custom-chain.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/mandatory/custom-chain.json b/test/mandatory/custom-chain.json
new file mode 100644
index 0000000..b0baee7
--- /dev/null
+++ b/test/mandatory/custom-chain.json
@@ -0,0 +1,12 @@
+{
+ "custom": {
+ "foo": [
+ {
+ "family": "inet6",
+ "match": "-m hl --hl-lt 7",
+ "target": "REJECT --reject-with icmpv6-no-route"
+ },
+ { "target": "LED --led-trigger-id foo" }
+ ]
+ }
+}