summaryrefslogtreecommitdiff
path: root/resource/table_info.conf
diff options
context:
space:
mode:
authorfengweihao <[email protected]>2024-03-01 15:36:17 +0800
committerfengweihao <[email protected]>2024-03-01 15:36:17 +0800
commit620d367a504571e7c4c16edeea4f75f7269772e0 (patch)
tree3534d6383bf9714fdc48f1781b300f6a92b36ff4 /resource/table_info.conf
parente834b5ad007fefc318657083ee7d0662766b7d21 (diff)
TSG-19601 PolicyVerify支持ASN Object TSG-19596 Object Match返回Protocol命中路径v4.0.11-20240301
Diffstat (limited to 'resource/table_info.conf')
-rw-r--r--resource/table_info.conf28
1 files changed, 20 insertions, 8 deletions
diff --git a/resource/table_info.conf b/resource/table_info.conf
index a9fa5b9..f69ee34 100644
--- a/resource/table_info.conf
+++ b/resource/table_info.conf
@@ -620,28 +620,28 @@
},
{
"table_id":59,
- "table_name":"TSG_IP_ASN_BUILT_IN",
+ "table_name":"TSG_OBJ_IP_ASN_BUILT_IN",
"table_type":"ip_plugin",
- "valid_column":19,
+ "valid_column":8,
"custom": {
"item_id":1,
+ "group_id":2,
"ip_type":3,
"start_ip":4,
- "end_ip":5,
- "addr_format":7
+ "end_ip":5
}
},
{
"table_id":60,
- "table_name":"TSG_IP_ASN_USER_DEFINED",
+ "table_name":"TSG_OBJ_IP_ASN_USER_DEFINED",
"table_type":"ip_plugin",
- "valid_column":19,
+ "valid_column":8,
"custom": {
"item_id":1,
+ "group_id":2,
"ip_type":3,
"start_ip":4,
- "end_ip":5,
- "addr_format":7
+ "end_ip":5
}
},
{
@@ -1023,5 +1023,17 @@
"table_name":"ATTR_TUNNEL_LEVEL",
"table_type":"virtual",
"physical_table": "TSG_TUNNEL_CATALOG"
+ },
+ {
+ "table_id":106,
+ "table_name":"ATTR_INTERNAL_ASN",
+ "table_type":"virtual",
+ "physical_table": "TSG_OBJ_AS_NUMBER"
+ },
+ {
+ "table_id":107,
+ "table_name":"ATTR_EXTERNAL_ASN",
+ "table_type":"virtual",
+ "physical_table": "TSG_OBJ_AS_NUMBER"
}
] \ No newline at end of file