更新tsg-ddos-sketch到v1.0.3,版本修改:修改插件名称为tsg-ddos-sketch

This commit is contained in:
fengweihao
2021-08-12 15:26:43 +08:00
parent 69ac77cb45
commit c9ec193ab6
5 changed files with 6 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ firewall_rpm_version:
gtp: gtp-1.0.5.afa055c
gtp_signaling_plug: gtp_signaling_plug-1.0.2.2dfced5
deal_socks: deal_socks-1.0.2.379a897
tsg_flow_record: tsg_flow_record-1.0.2.27c1c56
tsg_ddos_sketch: tsg_ddos_sketch-1.0.3.21d3c3b
framework_rpm_version:
libcjson: libcjson-1.7.10.ab2896f

View File

@@ -111,13 +111,13 @@ nb_workers=60000
classification_cache_enable=2
basic_dpi_enable=1
[TSG_FLOW_RECORD]
[TSG_DDOS_SKETCH]
debug_swtich=30
mv_depth=4
mv_width=1366
timestemp=5
thresh=0.008
threshold=1000
threshold=10000
{% if PROFILE_ID == '9000-NPB-P01R01' %}
[TRAFFIC_MIRROR]

View File

@@ -11,7 +11,7 @@
./plug/platform/app_proto_engine/app_proto_engine.inf
{% endif %}
{% if ddossketch.enable == 1 %}
./plug/platform/tsg_flow_record/tsg_flow_record.inf
./plug/platform/tsg_ddos_sketch/tsg_ddos_sketch.inf
{% endif %}
{% endraw %}

View File

@@ -11,7 +11,7 @@
./plug/platform/app_proto_engine/app_proto_engine.inf
{% endif %}
{% if ddossketch.enable == 1 %}
./plug/platform/tsg_flow_record/tsg_flow_record.inf
./plug/platform/tsg_ddos_sketch/tsg_ddos_sketch.inf
{% endif %}
{% endraw %}

View File

@@ -32,4 +32,4 @@
./plug/business/gtp_signaling_plug/gtp_signaling_plug.inf
./plug/platform/app_proto_engine/app_proto_engine.inf
./plug/business/http_healthcheck/http_healthcheck.inf
./plug/platform/tsg_flow_record/tsg_flow_record.inf
./plug/platform/tsg_ddos_sketch/tsg_ddos_sketch.inf