aboutsummaryrefslogtreecommitdiffstats
path: root/test/optional/custom.json
blob: efd33e10fdbaaa7dc4205dab738dc483392ec1cf (plain)
1
2
3
4
5
6
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" } ]
}