diff options
| author | 彭宣正 <[email protected]> | 2022-09-29 17:12:42 +0800 |
|---|---|---|
| committer | 彭宣正 <[email protected]> | 2022-09-29 17:12:42 +0800 |
| commit | a2acb14dfdfa01471980dd1e5443f503c69adbed (patch) | |
| tree | 59ad7f6242558831b257917624e89f8cf09b9643 | |
| parent | fcc72e050c2e903950373e26ac94848c45c58894 (diff) | |
(TSG-11961) fix TSG-X conflist.inf, add fw_dtls_plugv22.09-rc4v22.09rel-22.09dev-22.09
| -rw-r--r-- | ansible/roles/traffic-engine/files/helm/conf/conflist.inf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible/roles/traffic-engine/files/helm/conf/conflist.inf b/ansible/roles/traffic-engine/files/helm/conf/conflist.inf index 18e39e1f..752bb3f6 100644 --- a/ansible/roles/traffic-engine/files/helm/conf/conflist.inf +++ b/ansible/roles/traffic-engine/files/helm/conf/conflist.inf @@ -97,6 +97,9 @@ {{- if eq .Values.decoders.QUIC .Values.define_enable_val_yes }} ./plug/business/fw_quic_plug/fw_quic_plug.inf {{- end }} +{{- if eq .Values.decoders.DTLS .Values.define_enable_val_yes }} +./plug/business/fw_dtls_plug/fw_dtls_plug.inf +{{- end }} {{- if and (eq .Values.decoders.RTP .Values.define_enable_val_yes) (eq .Values.decoders.SIP .Values.define_enable_val_yes) }} ./plug/business/fw_voip_plug/fw_voip_plug.inf {{- end }} |
