summaryrefslogtreecommitdiffstats
path: root/tests/jsonfiles/40-rule-real.json
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2013-10-25 00:00:07 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2013-10-27 20:42:30 +0100
commit2cba09966c77e946f6f32e860a368a0c5a9830a0 (patch)
tree6a3fce8ab6ca3d465ee614ee61ce784cfbdc27c6 /tests/jsonfiles/40-rule-real.json
parentb7c39a79caaefa1d628bf2195afca8377db8c514 (diff)
rule: remove NFT_RULE_ATTR_FLAGS
This is a leftover from the time we had per rule flags, obsoleted by the new rule batching approach. Kill it as it is unused. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/jsonfiles/40-rule-real.json')
-rw-r--r--tests/jsonfiles/40-rule-real.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/jsonfiles/40-rule-real.json b/tests/jsonfiles/40-rule-real.json
index 5db129e..f13c99e 100644
--- a/tests/jsonfiles/40-rule-real.json
+++ b/tests/jsonfiles/40-rule-real.json
@@ -1 +1 @@
-{"rule":{"family":"ip","table":"filter","chain":"output","handle":40,"flags":0,"expr":[{"type":"payload","dreg":1,"offset":16,"len":4,"base":"link"},{"type":"cmp","sreg":1,"op":"eq","cmpdata":{"data_reg":{"type":"value","len":4,"data0":"0x0100a8c0"}}},{"type":"counter","pkts":0,"bytes":0}]}}
+{"rule":{"family":"ip","table":"filter","chain":"output","handle":40,"expr":[{"type":"payload","dreg":1,"offset":16,"len":4,"base":"link"},{"type":"cmp","sreg":1,"op":"eq","cmpdata":{"data_reg":{"type":"value","len":4,"data0":"0x0100a8c0"}}},{"type":"counter","pkts":0,"bytes":0}]}}