TSG-22949 Distinguish between source and destination when acquiring tag for ip address TSG-23127 Adapt VerifyPolicy to interface structure changes.

This commit is contained in:
fengweihao
2024-10-30 16:43:49 +08:00
parent faa531da8c
commit b62c1037f6
9 changed files with 516 additions and 338 deletions

View File

@@ -200,7 +200,7 @@
{
"table_id":27,
"table_name":"OBJECT_GROUP",
"table_type":"object2object"
"table_type":"object_group"
},
{
"table_id":28,
@@ -331,5 +331,14 @@
"table_id": 48,
"table_name": "TSG_OBJ_BOOLEAN",
"table_type": "expr"
},
{
"table_id": 49,
"table_name": "ATTRIBUTE_DICT",
"table_type": "plugin",
"custom": {
"key_name": "attribute_name",
"key_type": "pointer"
}
}
]