summaryrefslogtreecommitdiff
path: root/bin/tsg_dynamic_mapping_tableinfo.json
diff options
context:
space:
mode:
author刘学利 <[email protected]>2023-09-27 09:52:39 +0000
committer刘学利 <[email protected]>2023-09-27 09:52:39 +0000
commitfb1fb4d3671ebf3bbc049f247410732e3d4080e7 (patch)
tree8dc10376e14584528d966269ed5dc2477404d99d /bin/tsg_dynamic_mapping_tableinfo.json
parent19656a626a600b5b265eb6b21f5aab5e55f5c537 (diff)
TSG-17219: 支持从动态库表中获取IP/Port到Subscriber ID的映射关系v6.0.51
Diffstat (limited to 'bin/tsg_dynamic_mapping_tableinfo.json')
-rw-r--r--bin/tsg_dynamic_mapping_tableinfo.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/bin/tsg_dynamic_mapping_tableinfo.json b/bin/tsg_dynamic_mapping_tableinfo.json
new file mode 100644
index 0000000..b04014d
--- /dev/null
+++ b/bin/tsg_dynamic_mapping_tableinfo.json
@@ -0,0 +1,15 @@
+[
+ {
+ "table_id":0,
+ "table_name":"TSG_DYN_IPPORT_SUBSCRIBER_MAPPING",
+ "table_type":"ipport_plugin",
+ "valid_column":7,
+ "custom": {
+ "item_id":1,
+ "ip_type":2,
+ "ip_addr":3,
+ "port1":5,
+ "port2":6
+ }
+ }
+] \ No newline at end of file