change plugin name from session_marker_record to session_flags

This commit is contained in:
liuchang
2023-06-27 06:16:41 +00:00
parent 109e370fcc
commit 04f34ba72d
4 changed files with 5 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ firewall_rpm_version:
stratum: stratum-1.0.6.16c1c35
rdp: rdp-1.0.3.f392ffd
bgp: bgp-1.1.0.ec59191
session_marker_record: session_marker_record-2.1.3.91f3e7f
session_flags: session_flags-2.1.4.4c93318
framework_rpm_version:
00_libcjson: libcjson-1.7.12.6c09dcf

View File

@@ -12,7 +12,7 @@
./plug/platform/app_proto_identify/app_proto_identify.inf
{% endif %}
{% endif %}
./plug/platform/session_marker_record/session_marker_record.inf
./plug/platform/session_flags/session_flags.inf
./plug/platform/tsg_master/tsg_master.inf
{% if app.identify_by.builtin_app_engine == 1 %}
./plug/platform/app_proto_engine/app_proto_engine.inf

View File

@@ -4,8 +4,8 @@
./plug/platform/wire_graft/wire_graft.inf
{{- end }}
./plug/platform/app_proto_identify/app_proto_identify.inf
{{- if eq .Values.session_marker.enable .Values.define_enable_val_yes }}
./plug/platform/session_marker_record/session_marker_record.inf
{{- if eq .Values.session_flags.enable .Values.define_enable_val_yes }}
./plug/platform/session_flags/session_flags.inf
{{- end }}
./plug/platform/tsg_master/tsg_master.inf
{{- if eq .Values.appsketch.enable .Values.define_enable_val_yes }}

View File

@@ -230,5 +230,5 @@ debug:
#default: /etc/tsg-os/${service_function_name}/shaping_prestart_script.sh
prestart_script: ""
session_marker:
session_flags:
enable: yes