change plugin name from session_marker_record to session_flags
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -230,5 +230,5 @@ debug:
|
||||
#default: /etc/tsg-os/${service_function_name}/shaping_prestart_script.sh
|
||||
prestart_script: ""
|
||||
|
||||
session_marker:
|
||||
session_flags:
|
||||
enable: yes
|
||||
|
||||
Reference in New Issue
Block a user