bugfix:限制firewall mirror的功能在9140环境下生效

This commit is contained in:
fumingwei
2021-08-05 17:57:58 +08:00
parent bb3d1fb191
commit ee1927a1bf

View File

@@ -111,7 +111,9 @@ classification_cache_enable=2
basic_dpi_enable=1
license_path=/data/app_proto_engine/license
{% if PROFILE_ID == '9000-NPB-P01R01' %}
[TRAFFIC_MIRROR]
TRAFFIC_MIRROR_ENABLE=1
NIC_NAME=eth_vf_mirr
DEFAULT_VLAN_ID=2
DEFAULT_VLAN_ID=2
{% endif %}