Displaying 1 result from an estimated 1 matches for "nft_rule_snprintf_json".
2015 Jan 05
0
[Bug 979] expr json structure
https://bugzilla.netfilter.org/show_bug.cgi?id=979
--- Comment #3 from Alvaro <alvaroneay at gmail.com> ---
(In reply to porjo38 from comment #0)
> The output of nft_rule_snprintf_json() includes a JSON array called 'expr'.
> I would like to suggest that each type be split into its own object where
> the 'type' value becomes the key name. So for example, rather than this:
>
> {
> "type": "payload",
> "dreg"...