Differences
This shows you the differences between two versions of the page.
en:dpi:dpi_components:platform:dpi_admin:testversion_install:start [2024/09/25 11:02] – [Changes in version 13.2 BETA5] elena.krasnobryzh | en:dpi:dpi_components:platform:dpi_admin:testversion_install:start [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Test version installation ====== | ||
- | {{indexmenu_n> | ||
- | |||
- | ====Changes in version 13.2 BETA1==== | ||
- | |||
- | - [BRAS][PPPoE] Fixed: ping of inactive client with Echo requests | ||
- | - Support for service profiles 19 (DNS response substitution). [[en: | ||
- | - For service 19, ability to specify AAAA records and support for wildcard (*) for domains. [[en: | ||
- | - Fixed: for profile 18, it is not required to set both DSCP and TBF simultaneously | ||
- | |||
- | ====Changes in version 13.2 BETA2==== | ||
- | |||
- | - Fixed: IP:PORT priority over IP and CIDR for custom protocol definitions | ||
- | - Modified: custom protocols have higher priority than cloud protocols | ||
- | - Fixed: length of AAAA records in service 19 | ||
- | - Added: mask 8 in '' | ||
- | |||
- | ====Changes in version 13.2 BETA3==== | ||
- | |||
- | - [DPI] Improved: analysis of out-of-order packets. | ||
- | - [DPI] Fixed: recognition of DOT protocol. | ||
- | - [CTRL] Added: new format for policing output: <code bash> | ||
- | - [CTRL] Added: loading of policing profiles with the new format (including value and unit). | ||
- | - [BRAS][IPv6] Added: upon receiving a DHCPv6 confirm from the client and if there is no session in the BRAS database, a response with the status " | ||
- | - [FastPCRF][DHCPv6] Fixed: an error causing the current IPv6 accounting session to close and reopen when processing DHCPv6 requests from the client to renew the address lease. | ||
- | |||
- | ====Changes in version 13.2 BETA4==== | ||
- | |||
- | - [DPI] Added: updating '' | ||
- | - [DPI] CUSTOM protocols now have priority over others downloaded from the cloud. | ||
- | - [DPI] Added: setting the number of buffers for processing out-of-order packets. | ||
- | - Added: parameter '' | ||
- | - Parameter not set<code bash> | ||
- | mem_ssl_parsers | ||
- | mem_ssl_savebl | ||
- | - '' | ||
- | mem_ssl_parsers | ||
- | mem_ssl_savebl | ||
- | - Added: utilization statistics for saving SSL request parsing buffers <code bash> | ||
- | [STAT ][2024/ | ||
- | | ||
- | Total : 1522/ | ||
- | - [BRAS][DHCPv6] Added the ability to extract option 37 and option 38 from the client packet. | ||
- | - [Router][tap] Fixed: initialization of bridge status at fastDPI startup. The TAP device for through LAG is in the Up state if at least one port in the through LAG is Up and its other end in the bridge is also Up. The bridge status (Up/Down) was previously calculated only on link Up/Down events, and at fastDPI startup, the bridge status was assumed to be Down. This patch initializes the bridge status (Up/Down) at router startup based on the current port status. | ||
- | - [BRAS] Fixed: local interconnect is allowed only if srcIP is a known subscriber. Previously, it was not checked whether srcIP was a known subscriber, which could lead to IP address spoofing of a subscriber and DDoS attacks from this spoofed IP against other local subscribers marked as local interconnect. | ||
- | - Added: CLI command '' | ||
- | |||
- | ====Changes in version 13.2 BETA5==== | ||
- | |||
- | - [DPI] Fixed buffer exhaustion for processing out-of-order packets | ||
- | - [CLI][Ping] Changed: error message if subs IP not found | ||
- | - [CLI] Added: boolean flag '' | ||
- | - [CLI] Changed: JSON output of the '' | ||
- | " | ||
- | // on-stick flag | ||
- | " | ||
- | - Changed: statistics format <code bash> | ||
- | [STAT ][2024/ | ||
- | | ||
- | | ||
- | - Removed fake yandex sni from TELEGRAM_TLS | ||
- | |||
- | ====Changes in version 13.2 BETA6==== | ||
- | |||
- | - [DPI] Added support for fragmented QUIC IETF processing | ||
- | - Added parameter '' | ||
- | - [DPI] Added protocols: | ||
- | <code bash> | ||
- | "HLS VIDEO" | ||
- | "ICMP TUNNEL" | ||
- | "DNS TUNNEL" | ||
- | " | ||
- | </ | ||
- | - [DPI] Improved detection of DpiTunnel | ||
- | - Added the ability to send DNS query via IPFIX | ||
- | - [DPDK] Added read-only engines: RSS and port dispatcher | ||
- | - [BRAS][SHCV] Fixed SHCV invocation before full pipeline startup. This was possible in multi-port configurations where pipeline startup time is relatively long. | ||
- | - [DPDK] Added output of mempool type created at fastDPI startup | ||
- | - [Router] Added statistics for TAP devices. The CLI command '' | ||
- | - [Router] Changed packet sending behavior for TAP devices: the selected slave thread for writing is bound to the TAP interface for the next 5 seconds, which should significantly reduce reordering during high traffic from the TAP interface. | ||
- | ====Update instructions==== | ||
- | You can check the current installed version with the command below | ||
- | <code bash> | ||
- | yum info fastdpi | ||
- | </ | ||
- | |||
- | If you have CentOS 6.x or CentOS 8.x installed, then switch the repository once with the command: | ||
- | <code bash> | ||
- | sed -i -e '/ | ||
- | </ | ||
- | and then update as usual. | ||
- | |||
- | To install the test version, you should issue the following command: | ||
- | <code bash> | ||
- | yum --enablerepo vasexperts-beta update fastdpi | ||
- | </ | ||
- | |||
- | Downgrade to 13.1: | ||
- | |||
- | <code bash> | ||
- | yum downgrade fastdpi-13.1 fastpcrf-13.1 | ||
- | </ | ||
- | |||
- | <note important> | ||
- | |||