plugin table support integer&pointer key type

This commit is contained in:
liuwentan
2023-03-16 09:55:35 +08:00
parent 71d6cbab2c
commit 15ec1549c8
15 changed files with 326 additions and 97 deletions

View File

@@ -148,6 +148,7 @@
"valid_column":4,
"custom": {
"key":1,
"key_type":"pointer",
"tag":3
}
},
@@ -191,6 +192,7 @@
"valid_column":4,
"custom": {
"key":1,
"key_type":"integer",
"tag":5
}
},
@@ -201,6 +203,7 @@
"valid_column":4,
"custom": {
"key":2,
"key_type":"pointer",
"tag":3,
"foreign": [6,8]
}
@@ -212,8 +215,8 @@
"valid_column":4,
"custom": {
"key":2,
"tag":5,
"estimate_size": 1024
"key_type":"pointer",
"tag":5
}
},
{
@@ -223,6 +226,7 @@
"valid_column":14,
"custom": {
"key":2,
"key_type":"pointer",
"tag":18
}
},
@@ -524,5 +528,16 @@
"source_port":"VIRTUAL_PORT_SOURCE",
"dest_port":"VIRTUAL_PORT_DESTINATION"
}
},
{
"table_id":45,
"table_name":"TEST_PLUGIN_KEY_TYPE_TABLE",
"table_type":"plugin",
"valid_column":4,
"custom": {
"key":2,
"key_type":"integer",
"tag":5
}
}
]