aboutsummaryrefslogtreecommitdiffstats
path: root/test/mandatory/custom-chain.json
blob: b0baee768fa17cc480bc2ea6f8d399e488c0a796 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "custom": {
	"foo": [
	    {
		"family": "inet6",
		"match": "-m hl --hl-lt 7",
		"target": "REJECT --reject-with icmpv6-no-route"
	    },
	    { "target": "LED --led-trigger-id foo" }
	]
    }
}