feature:TSG-8027:修改配置connsketch名字为sessionrecord

This commit is contained in:
fumingwei
2021-10-14 16:33:24 +08:00
parent cc86861453
commit c16992af94
6 changed files with 30 additions and 6 deletions

View File

@@ -3,9 +3,15 @@
./plug/platform/wannat/wangw.inf
./plug/platform/wire_graft/wire_graft.inf
{% endif %}
{% if connsketch.enable is defined %}
{% if connsketch.enable == 1 %}
./plug/platform/app_proto_identify/app_proto_identify.inf
{% endif %}
{% else %}
{% if sessionrecord.enable == 1 %}
./plug/platform/app_proto_identify/app_proto_identify.inf
{% endif %}
{% endif %}
./plug/platform/tsg_master/tsg_master.inf
{% if app.identify_by.builtin_app_engine == 1 %}
./plug/platform/app_proto_engine/app_proto_engine.inf
@@ -28,9 +34,15 @@
./plug/protocol/gtp/gtp.inf
[business]
{% raw %}{% if connsketch.enable == 1 %}
{% raw %}{% if connsketch.enable is defined %}
{% if connsketch.enable == 1 %}
./plug/business/tsg_conn_sketch/tsg_conn_sketch.inf
{% endif %}
{% else %}
{% if sessionrecord.enable == 1 %}
./plug/business/tsg_conn_sketch/tsg_conn_sketch.inf
{% endif %}
{% endif %}
{% if capturepacket.enable == 1 %}
./plug/business/capture_packet_plug/capture_packet_plug.inf
{% endif %}

View File

@@ -3,9 +3,15 @@
./plug/platform/wannat/wangw.inf
./plug/platform/wire_graft/wire_graft.inf
{% endif %}
{% if connsketch.enable is defined %}
{% if connsketch.enable == 1 %}
./plug/platform/app_proto_identify/app_proto_identify.inf
{% endif %}
{% else %}
{% if sessionrecord.enable == 1 %}
./plug/platform/app_proto_identify/app_proto_identify.inf
{% endif %}
{% endif %}
./plug/platform/tsg_master/tsg_master.inf
{% if app.identify_by.builtin_app_engine == 1 %}
./plug/platform/app_proto_engine/app_proto_engine.inf
@@ -28,9 +34,15 @@
./plug/protocol/gtp/gtp.inf
[business]
{% raw %}{% if connsketch.enable == 1 %}
{% raw %}{% if connsketch.enable is defined %}
{% if connsketch.enable == 1 %}
./plug/business/tsg_conn_sketch/tsg_conn_sketch.inf
{% endif %}
{% else %}
{% if sessionrecord.enable == 1 %}
./plug/business/tsg_conn_sketch/tsg_conn_sketch.inf
{% endif %}
{% endif %}
{% if capturepacket.enable == 1 %}
./plug/business/capture_packet_plug/capture_packet_plug.inf
{% endif %}

View File

@@ -8,7 +8,7 @@ firewall:
proxy:
enable: 1
connsketch:
sessionrecord:
enable: 1
capturepacket:

View File

@@ -7,7 +7,7 @@ firewall:
proxy:
enable: 1
connsketch:
sessionrecord:
enable: 1
capturepacket:

View File

@@ -19,7 +19,7 @@ firewall:
proxy:
enable: 0/1
connsketch:
sessionrecord:
enable: 0/1
capturepacket:

View File

@@ -19,7 +19,7 @@ firewall:
proxy:
enable: 0/1
connsketch:
sessionrecord:
enable: 0/1
capturepacket: