diff options
author | Phil Sutter <phil@nwl.cc> | 2018-08-29 16:23:22 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2018-08-30 12:19:36 +0200 |
commit | 2a4a5a2c8ae21f2bcf7e81b5eafea91d799ee88a (patch) | |
tree | 6dc5e3d0c196c6ec2bff0d22367c0875bdb32f92 /tests/py/ip6/reject.t.json.output | |
parent | 0ab82a84ddd25f742f18c1becbf78a74fcec2dce (diff) |
JSON: Make meta statement/expression extensible
Lessons learned from fwd statement: We must not assume a given
statement/expression may not receive further properties in the future.
Therefore make meta value an object with a property "key" instead of
just a string containing the key name.
Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/py/ip6/reject.t.json.output')
-rw-r--r-- | tests/py/ip6/reject.t.json.output | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/py/ip6/reject.t.json.output b/tests/py/ip6/reject.t.json.output index 1dc59f88..4f799229 100644 --- a/tests/py/ip6/reject.t.json.output +++ b/tests/py/ip6/reject.t.json.output @@ -10,7 +10,7 @@ { "match": { "left": { - "meta": "mark" + "meta": { "key": "mark" } }, "right": 2147483648 } |