From 9ce7cdaa18dd83ee2d2d9a86f7a2a584ebeb8a87 Mon Sep 17 00:00:00 2001 From: luwenpeng Date: Thu, 3 Jun 2021 19:09:03 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=83=20docs(rpm=5Fversion.yml=E5=92=8Ct?= =?UTF-8?q?sg=5Fconn=5Fsketch.inf.j2):=20update=20tsg=5Fconn=5Fsketch?= =?UTF-8?q?=E5=92=8Clibhos-client-cpp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit update tsg_conn_sketch-2.1.35 to tsg_conn_sketch-2.1.38.80298dc update libhos-client-cpp-1.0.24 to libhos-client-cpp-1.0.26 --- .../install_config/group_vars/rpm_version.yml | 4 ++-- .../firewall/templates/tsg_conn_sketch.inf.j2 | 17 ++++++++++++++--- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/ansible/install_config/group_vars/rpm_version.yml b/ansible/install_config/group_vars/rpm_version.yml index 4bd70469..8051d3f5 100644 --- a/ansible/install_config/group_vars/rpm_version.yml +++ b/ansible/install_config/group_vars/rpm_version.yml @@ -16,7 +16,7 @@ firewall_rpm_version: mail: mail-1.0.9.c1d3bde quic: quic-1.1.17.8c22b4d ssl: ssl-2.0.0.eaa9479 - tsg_conn_sketch: tsg_conn_sketch-2.1.33.68c9aaf + tsg_conn_sketch: tsg_conn_sketch-2.1.38.80298dc rtp: rtp-1.0.4.91b4ab7 mesa_sip: mesa_sip-1.1.0.cfebc76 fw_voip_plug: fw_voip_plug-1.0.6.341fe83 @@ -41,7 +41,7 @@ framework_rpm_version: libaws-checksums: libaws-checksums-1.0.6.8b09ac1 libaws-cpp-sdk-core: libaws-cpp-sdk-core-1.0.8.a3fe079 libaws-cpp-sdk-s3: libaws-cpp-sdk-s3-2.0.0.f3c33ea - libhos-client-cpp: libhos-client-cpp-1.0.24.20e6f94 + libhos-client-cpp: libhos-client-cpp-1.0.26.a8573f5 gtp: gtp-1.0.3.b494fc7 gtp_signaling_plug: gtp_signaling_plug-1.0.1.6e51cc4 diff --git a/ansible/roles/firewall/templates/tsg_conn_sketch.inf.j2 b/ansible/roles/firewall/templates/tsg_conn_sketch.inf.j2 index 170f1e7c..28f7cb75 100644 --- a/ansible/roles/firewall/templates/tsg_conn_sketch.inf.j2 +++ b/ansible/roles/firewall/templates/tsg_conn_sketch.inf.j2 @@ -25,11 +25,22 @@ FUNC_NAME=tsg_record_http_entry FUNC_FLAG=SSL_CLIENT_HELLO,SSL_SERVER_HELLO,SSL_APPLICATION_DATA,SSL_CERTIFICATE_DETAIL FUNC_NAME=tsg_record_ssl_entry -#[DNS] -#FUNC_FLAG=ALL -#FUNC_NAME=tsg_record_dns_entry +[DNS] +FUNC_FLAG=ALL +FUNC_NAME=tsg_record_dns_entry [MAIL] FUNC_FLAG=ALL FUNC_NAME=tsg_record_mail_entry +[RTP] +FUNC_FLAG=ALL +FUNC_NAME=tsg_record_rtp_entry + +[SIP] +FUNC_FLAG=ALL +FUNC_NAME=tsg_record_sip_entry + +[FTP] +FUNC_FLAG=ALL +FUNC_NAME=tsg_record_ftp_entry