diff options
| author | fumingwei <[email protected]> | 2024-11-27 12:58:45 +0800 |
|---|---|---|
| committer | fumingwei <[email protected]> | 2024-11-27 18:05:30 +0800 |
| commit | 7197415aa46e735cc7adfdb937777fc1f839a12d (patch) | |
| tree | 457645fbf00ad4c30a8ad80c0cc428834c18344a | |
| parent | 51a40c75b9cb3628847f9181327cea76d786b855 (diff) | |
debug: comment install policy_sketch,traffic_sketch,stat_policy_enforcer
| -rw-r--r-- | containers/firewall/manifest.yaml | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/containers/firewall/manifest.yaml b/containers/firewall/manifest.yaml index 4423e845..ca9efb48 100644 --- a/containers/firewall/manifest.yaml +++ b/containers/firewall/manifest.yaml @@ -89,11 +89,11 @@ packages: download_command: dnf install_command: rpm install_command_options: "--prefix /opt/tsg/sapp" - - name: stat_policy_enforcer - version: 3.5.6.1c5f6f7 - download_command: dnf - install_command: rpm - install_command_options: "--prefix /opt/tsg/sapp" + # - name: stat_policy_enforcer + # version: 3.5.6.1c5f6f7 + # download_command: dnf + # install_command: rpm + # install_command_options: "--prefix /opt/tsg/sapp" - name: sf_classifier version: 2.2.3.09887a5 download_command: dnf @@ -104,16 +104,16 @@ packages: download_command: dnf install_command: rpm install_command_options: "--prefix /opt/tsg" - - name: policy_sketch - version: 1.2.2.9aa0002 - download_command: dnf - install_command: rpm - install_command_options: "--prefix /opt/tsg/sapp" - - name: traffic_sketch - version: 1.1.6.4ce17a0 - download_command: dnf - install_command: rpm - install_command_options: "--prefix /opt/tsg/sapp" + # - name: policy_sketch + # version: 1.2.2.9aa0002 + # download_command: dnf + # install_command: rpm + # install_command_options: "--prefix /opt/tsg/sapp" + # - name: traffic_sketch + # version: 1.1.6.4ce17a0 + # download_command: dnf + # install_command: rpm + # install_command_options: "--prefix /opt/tsg/sapp" - name: http_healthcheck version: 2.0.3.e6e25bd download_command: dnf |
