From 4644d57c8b189607a00e0f0cf04a47a559678029 Mon Sep 17 00:00:00 2001 From: fengweihao Date: Wed, 3 Jan 2024 18:34:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0tfe=E5=88=B0v4.8.57,=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E4=BF=AE=E6=94=B9:=20TSG-18177=20Proxy?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=85=B3=E4=BA=8EFQDN=20Category=E7=9A=84?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=8A=A0=E8=BD=BD=E5=92=8C=E6=89=AB=E6=8F=8F?= =?UTF-8?q?,=20=E9=80=82=E9=85=8Dmaat=5Fscan=5Fgroup=E5=87=BD=E6=95=B0?= =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/install_config/group_vars/rpm_version.yml | 4 ++-- ansible/roles/tfe/templates/doh.conf.j2 | 1 - ansible/roles/traffic-engine/files/helm/conf/tfe.conf | 5 +++++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ansible/install_config/group_vars/rpm_version.yml b/ansible/install_config/group_vars/rpm_version.yml index 674ad1d2..2f1758e7 100644 --- a/ansible/install_config/group_vars/rpm_version.yml +++ b/ansible/install_config/group_vars/rpm_version.yml @@ -70,8 +70,8 @@ sapp_rpm_version: sapp-pr: sapp-pr-4.3.34.10b3243 tfe_rpm_version: - tfe: tfe-4.8.56.ced991b - tfe-pr: tfe-pr-4.8.56.ced991b + tfe: tfe-4.8.57.058a5e6 + tfe-pr: tfe-pr-4.8.57.058a5e6 tsg_app_rpm_version: context_based_detector: context_based_detector-6.0.2.039b5c3 diff --git a/ansible/roles/tfe/templates/doh.conf.j2 b/ansible/roles/tfe/templates/doh.conf.j2 index 1ad07cd5..78ce6460 100755 --- a/ansible/roles/tfe/templates/doh.conf.j2 +++ b/ansible/roles/tfe/templates/doh.conf.j2 @@ -7,7 +7,6 @@ table_src_addr=ATTR_SOURCE_ADDR table_dst_addr=ATTR_DESTINATION_ADDR table_qname=ATTR_DOH_QNAME table_host=ATTR_SERVER_FQDN -table_host_cat=ATTR_SERVER_FQDN_CAT [kafka] ENTRANCE_ID=0 diff --git a/ansible/roles/traffic-engine/files/helm/conf/tfe.conf b/ansible/roles/traffic-engine/files/helm/conf/tfe.conf index 0959e179..aacfd715 100644 --- a/ansible/roles/traffic-engine/files/helm/conf/tfe.conf +++ b/ansible/roles/traffic-engine/files/helm/conf/tfe.conf @@ -216,6 +216,11 @@ app_name="proxy_rule_hits" # for enable kni v4 [packet_io] +dup_packet_filter_enable=1 +dup_packet_filter_capacity=1000000 +dup_packet_filter_timeout=10 +# MESA_load_profile not support double +#dup_packet_filter_error_rate=0.00001 packet_io_debug=0 packet_io_threads={{- include "traffic-engine.pktio.workerthread" . }} packet_io_cpu_affinity_mask={{- include "traffic-engine.pktio.cpu-affinity" . }}