From 5e139b48035537404dc2e43f12e46645e19f4d1a Mon Sep 17 00:00:00 2001 From: liuxueli Date: Thu, 3 Mar 2022 10:16:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0tsg=5Fmaster=E3=80=81sapp?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E5=A4=8D=EF=BC=9A=20TSG-9722=20-=20=E5=BB=BA?= =?UTF-8?q?=E8=AE=AESecurity=20Policy=E5=AF=B9=E4=BA=8EDeny=E5=8A=A8?= =?UTF-8?q?=E4=BD=9C=E4=B8=AD=E6=8C=89Application=E5=8A=A8=E4=BD=9C?= =?UTF-8?q?=E6=89=A7=E8=A1=8C=E7=9A=84=E7=AD=96=E7=95=A5=E5=8F=96=E6=B6=88?= =?UTF-8?q?Sub=20Action=20=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83=E6=9A=82?= =?UTF-8?q?=E6=97=B6=E5=85=B3=E9=97=AD=E4=BC=98=E9=9B=85=E9=80=80=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/install_config/group_vars/rpm_version.yml | 6 +++--- ansible/roles/sapp/templates/sapp.toml.j2.j2 | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ansible/install_config/group_vars/rpm_version.yml b/ansible/install_config/group_vars/rpm_version.yml index 73ab7570..1e264493 100644 --- a/ansible/install_config/group_vars/rpm_version.yml +++ b/ansible/install_config/group_vars/rpm_version.yml @@ -58,9 +58,9 @@ mrzcpd_rpm_version: mrzcpd: mrzcpd-4.4.11.ad801d9 sapp_rpm_version: - sapp: sapp-4.2.74.0741a11 + sapp: sapp-4.2.78.a2d0f86 tcpdump_mesa: tcpdump_mesa-1.0.9.ca549c5 - sapp-pr: sapp-pr-4.2.74.0741a11 + sapp-pr: sapp-pr-4.2.78.a2d0f86 tfe_rpm_version: tfe: tfe-4.5.35.9ddc606 @@ -70,7 +70,7 @@ tsg_app_rpm_version: app_sketch_local: app_sketch_local-4.3.1.6038e0a tsg_master_rpm_version: - tsg_master: tsg_master-5.5.8.28782d2 + tsg_master: tsg_master-5.5.10.31d9a05 tsg_diagnose_rpm_version: tsg_diagnose: tsg-diagnose-22.01.1.ef53d7e diff --git a/ansible/roles/sapp/templates/sapp.toml.j2.j2 b/ansible/roles/sapp/templates/sapp.toml.j2.j2 index 5e2b44f1..9c7ec0c0 100644 --- a/ansible/roles/sapp/templates/sapp.toml.j2.j2 +++ b/ansible/roles/sapp/templates/sapp.toml.j2.j2 @@ -36,7 +36,9 @@ dictator_enable=1 {% endraw %} {% endif %} [packet_io.feature] - + + destroy_all_plug_enabled = 0 + ### note, used to represent inbound or outbound direction value, ### because it comes from Third party device, so it needs to be specified manually, ### if inbound_route_dir=1, then outbound_route_dir=0, vice versa,