Beta-version 14.1 [Документация VAS Experts]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:dpi:changelog:versions:beta [2025/12/26 12:25] – created elena.krasnobryzhen:dpi:changelog:versions:beta [2025/12/26 12:52] (current) – [Update instructions] elena.krasnobryzh
Line 112: Line 112:
   - [IPFIX] Added new 64-bit fields to Full NetFlow IPFIX. [[en:dpi:dpi_options:opt_statistics:statistics_ipfix#шаблон_экспорта_в_формате_ipfix_netflow_v10_для_протокола_ipv4|Description]] \\ ''service_flags'' - information about tags assigned to a flow in DPI. Detected tethering is reported in IPFIX in bit 1 of the service_flags field. 63 bits are available for future use. \\ ''detection_flags'' - reserved for the detection method. \\ ''action_flags'' - reserved to indicate what actions were applied to the flow.   - [IPFIX] Added new 64-bit fields to Full NetFlow IPFIX. [[en:dpi:dpi_options:opt_statistics:statistics_ipfix#шаблон_экспорта_в_формате_ipfix_netflow_v10_для_протокола_ipv4|Description]] \\ ''service_flags'' - information about tags assigned to a flow in DPI. Detected tethering is reported in IPFIX in bit 1 of the service_flags field. 63 bits are available for future use. \\ ''detection_flags'' - reserved for the detection method. \\ ''action_flags'' - reserved to indicate what actions were applied to the flow.
   - [IPFIX] Fixed TTL export in Full NetFlow IPFIX in a single field with identifier 192 depending on direction. [[en:dpi:dpi_options:opt_statistics:statistics_ipfix#шаблон_экспорта_в_формате_ipfix_netflow_v10_для_протокола_ipv4|Description]]   - [IPFIX] Fixed TTL export in Full NetFlow IPFIX in a single field with identifier 192 depending on direction. [[en:dpi:dpi_options:opt_statistics:statistics_ipfix#шаблон_экспорта_в_формате_ipfix_netflow_v10_для_протокола_ipv4|Description]]
- 
-===== Update instructions ===== 
- 
-You can check the currently installed version with the command: 
-<code bash> 
-yum info fastdpi</code> 
- 
-If you have CentOS 6.x or CentOS 8.x installed, switch the repository once with the command: 
-<code bash> 
-sed -i -e '/^mirrorlist=http:\/\//d' -e 's/^# *baseurl=http:\/\/mirror.centos.org/baseurl=http:\/\/vault.centos.org/' /etc/yum.repos.d/CentOS-*.repo 
-</code> 
-and then perform updates as usual. 
- 
-Command to install the test version: 
-<code bash> 
-yum --enablerepo vasexperts-beta update fastdpi 
-</code> 
- 
-Rollback to 14.0: 
-<code bash> 
-yum downgrade fastdpi-14.0 fastpcrf-14.0 dpiutils-14.0 fastradius-14.0 
-</code> 
- 
-<note important>After updating or switching the version, a service restart is required</note>