TSG-8650: 将tsg_master挂载app_proto_identify前面,保证IP的优先级最高

This commit is contained in:
liuxueli
2021-11-24 14:17:06 +03:00
committed by 付明卫
parent 8b61ce3199
commit c0e7fbec56
2 changed files with 2 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
./plug/platform/wannat/wangw.inf
./plug/platform/wire_graft/wire_graft.inf
{% endif %}
./plug/platform/tsg_master/tsg_master.inf
{% if connsketch.enable is defined %}
{% if connsketch.enable == 1 %}
./plug/platform/app_proto_identify/app_proto_identify.inf
@@ -12,7 +13,6 @@
./plug/platform/app_proto_identify/app_proto_identify.inf
{% endif %}
{% endif %}
./plug/platform/tsg_master/tsg_master.inf
{% if app.identify_by.builtin_app_engine == 1 %}
./plug/platform/app_proto_engine/app_proto_engine.inf
{% endif %}

View File

@@ -3,6 +3,7 @@
./plug/platform/wannat/wangw.inf
./plug/platform/wire_graft/wire_graft.inf
{% endif %}
./plug/platform/tsg_master/tsg_master.inf
{% if connsketch.enable is defined %}
{% if connsketch.enable == 1 %}
./plug/platform/app_proto_identify/app_proto_identify.inf
@@ -12,7 +13,6 @@
./plug/platform/app_proto_identify/app_proto_identify.inf
{% endif %}
{% endif %}
./plug/platform/tsg_master/tsg_master.inf
{% if app.identify_by.builtin_app_engine == 1 %}
./plug/platform/app_proto_engine/app_proto_engine.inf
{% endif %}