feature:TSG-8027:修改配置connsketch名字为sessionrecord
This commit is contained in:
@@ -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 %}
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
@@ -8,7 +8,7 @@ firewall:
|
||||
proxy:
|
||||
enable: 1
|
||||
|
||||
connsketch:
|
||||
sessionrecord:
|
||||
enable: 1
|
||||
|
||||
capturepacket:
|
||||
|
||||
@@ -7,7 +7,7 @@ firewall:
|
||||
proxy:
|
||||
enable: 1
|
||||
|
||||
connsketch:
|
||||
sessionrecord:
|
||||
enable: 1
|
||||
|
||||
capturepacket:
|
||||
|
||||
@@ -19,7 +19,7 @@ firewall:
|
||||
proxy:
|
||||
enable: 0/1
|
||||
|
||||
connsketch:
|
||||
sessionrecord:
|
||||
enable: 0/1
|
||||
|
||||
capturepacket:
|
||||
|
||||
@@ -19,7 +19,7 @@ firewall:
|
||||
proxy:
|
||||
enable: 0/1
|
||||
|
||||
connsketch:
|
||||
sessionrecord:
|
||||
enable: 0/1
|
||||
|
||||
capturepacket:
|
||||
|
||||
Reference in New Issue
Block a user