diff options
Diffstat (limited to 'tests/jsonfiles/49-rule-real.json')
-rw-r--r-- | tests/jsonfiles/49-rule-real.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/jsonfiles/49-rule-real.json b/tests/jsonfiles/49-rule-real.json new file mode 100644 index 0000000..dc6a680 --- /dev/null +++ b/tests/jsonfiles/49-rule-real.json @@ -0,0 +1 @@ +{ "rule": { "family" : "ip", "table" : "filter", "chain" : "output", "handle" : 49,"flags" : 0, "expr" : [ { "type" : "meta", "dreg" : 1, "key" : "mark"}, { "type" : "cmp", "sreg" : 1, "op" : "eq", "cmpdata" : {"data_reg": { "type" : "value", "len" : 4, "data0" : "0x00000000"}}}, { "type" : "counter", "pkts" : 55, "bytes" : 11407}]}} |