modify ip_table and ip_plugin_table
This commit is contained in:
@@ -162,14 +162,12 @@
|
||||
"table_id":12,
|
||||
"table_name":"IP_CONFIG",
|
||||
"table_type":"ip",
|
||||
"valid_column":8,
|
||||
"valid_column":5,
|
||||
"custom": {
|
||||
"item_id":1,
|
||||
"group_id":2,
|
||||
"addr_type":3,
|
||||
"addr_format":4,
|
||||
"ip1":5,
|
||||
"ip2":6
|
||||
"ip":3,
|
||||
"port":4
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -323,15 +321,12 @@
|
||||
"table_id":24,
|
||||
"table_name":"IP_PLUS_CONFIG",
|
||||
"table_type":"ip",
|
||||
"valid_column":8,
|
||||
"valid_column":5,
|
||||
"custom": {
|
||||
"item_id":1,
|
||||
"group_id":2,
|
||||
"addr_type":3,
|
||||
"addr_format":4,
|
||||
"ip1":5,
|
||||
"ip2":6,
|
||||
"port":7
|
||||
"ip":3,
|
||||
"port":4
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -365,13 +360,11 @@
|
||||
"table_id":29,
|
||||
"table_name":"TEST_IP_PLUGIN_WITH_EXDATA",
|
||||
"table_type":"ip_plugin",
|
||||
"valid_column":6,
|
||||
"valid_column":5,
|
||||
"custom": {
|
||||
"gc_timeout_s": 3,
|
||||
"item_id":1,
|
||||
"ip_type":2,
|
||||
"start_ip":3,
|
||||
"end_ip":4
|
||||
"ip":3
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -567,15 +560,12 @@
|
||||
"table_id":47,
|
||||
"table_name":"IP_PERF_CONFIG",
|
||||
"table_type":"ip",
|
||||
"valid_column":8,
|
||||
"valid_column":5,
|
||||
"custom": {
|
||||
"item_id":1,
|
||||
"group_id":2,
|
||||
"addr_type":3,
|
||||
"addr_format":4,
|
||||
"ip1":5,
|
||||
"ip2":6,
|
||||
"port":7
|
||||
"ip":3,
|
||||
"port":4
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -726,14 +716,11 @@
|
||||
"table_id":66,
|
||||
"table_name":"TEST_IP_PLUGIN_WITH_ADDR_FORMAT",
|
||||
"table_type":"ip_plugin",
|
||||
"valid_column":6,
|
||||
"valid_column":5,
|
||||
"custom": {
|
||||
"gc_timeout_s": 3,
|
||||
"item_id":1,
|
||||
"ip_type":2,
|
||||
"start_ip":3,
|
||||
"end_ip":4,
|
||||
"addr_format":7
|
||||
"ip":3
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user