summaryrefslogtreecommitdiff
path: root/test/maat_json.json
diff options
context:
space:
mode:
authorroot <[email protected]>2024-09-19 03:39:12 +0000
committerroot <[email protected]>2024-09-19 03:39:12 +0000
commitdb8a811a75cfb5fade767a4b73854977230fd87b (patch)
tree839e871f605439190665970756add5a97df0fbaf /test/maat_json.json
parente0c20d27ede30d34e5ad2301ed6c14eb6f5cb295 (diff)
OMPUB-1426: ipport_plugin table support CIDR format, while table_info not changedv4.1.43dev-24.02
Diffstat (limited to 'test/maat_json.json')
-rw-r--r--test/maat_json.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/maat_json.json b/test/maat_json.json
index 9cfbdb7..16723d2 100644
--- a/test/maat_json.json
+++ b/test/maat_json.json
@@ -4189,10 +4189,10 @@
{
"table_name": "TEST_IPPORT_PLUGIN_WITH_EXDATA",
"table_content": [
- "101\t4\t192.168.100.1\t192.168.100.1\t0\t255\t1",
- "102\t4\t192.168.100.2\t192.168.100.100\t100\t200\t1",
- "103\t4\t192.168.100.1\t192.168.100.1\t255\t300\t1",
- "104\t6\t2001:db8:1234::5210\t2001:db8:1234::5220\t255\t512\t1"
+ "101\t4\t192.168.100.1/32\t0\t255\t1",
+ "102\t4\t192.168.200.1/24\t100\t200\t1",
+ "103\t4\t192.168.100.1\t255\t300\t1",
+ "104\t6\t2001:db8:1234::5210/64\t255\t512\t1"
]
},
{