Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:dpi:dpi_components:platform:dpi_admin:testversion_install [2024/12/04 12:52] – [Changes in version 13.2 BETA9] elena.krasnobryzh | en:dpi:dpi_components:platform:dpi_admin:testversion_install [2025/02/17 14:32] (current) – elena.krasnobryzh | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
{{indexmenu_n> | {{indexmenu_n> | ||
- | ====Changes in version 13.2 BETA1==== | + | ====Changes in version 13.3 BETA1==== |
- | - [BRAS][PPPoE] Fixed: ping of inactive client with Echo requests | + | - [DPI] New protocols added: BIGOTV |
- | - Support | + | - Added: hot parameter '' |
- | - For service 19, ability to specify AAAA records | + | - Fixed: Adding HTTP domains ending with '' |
- | - Fixed: | + | - [Utils] Fixed: '' |
+ | - Changed the path for loading ASNUM from VAS Cloud (cloud.vasexperts.ru). | ||
+ | - Blacklist blocking in GTP tunnel (with the '' | ||
+ | - Fixed: | ||
- | ====Changes in version 13.2 BETA2==== | + | ====Changes in version 13.3 BETA2==== |
- | - Fixed: IP:PORT priority over IP and CIDR for custom protocol definitions | + | - [DPI] Improved Viber recognition. |
- | - Modified: custom protocols have higher priority than cloud protocols | + | - Support for reload of ''/ |
- | - Fixed: length | + | - [Utils] '' |
- | - Added: mask 8 in '' | + | - [Utils] |
+ | | ||
+ | - [BRAS][PPP] Fixed: Heterogeneous dual-stack. One address (IPv4 or IPv6) is explicitly set, while the other (IPv6 or IPv4) is assigned via framed-pool. | ||
- | ====Changes in version 13.2 BETA3==== | + | ====Changes in version 13.3 BETA3.2==== |
- | | + | - [DPI] Fixed: |
- | | + | - [DPI] Fixed: removal |
- | - [CTRL] Added: new format | + | - [DPI] Fixed: ignoring drop when the '' |
- | - [CTRL] Added: loading | + | - [BRAS][PPP] Fixed: |
- | - [BRAS][IPv6] Added: upon receiving a DHCPv6 confirm from the client and if there is no session | + | |
- | - [FastPCRF][DHCPv6] Fixed: | + | |
- | ====Changes in version 13.2 BETA4==== | + | ====Changes in version 13.3 BETA3.3==== |
- | - [DPI] Added: updating '' | + | - [DPI] Reduced |
- | - [DPI] CUSTOM protocols now have priority over others downloaded from the cloud. | + | - [DPI] Fixed errors |
- | - [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==== | + | ====Changes in version 13.3 BETA3.4==== |
- | - [DPI] Fixed buffer exhaustion for processing out-of-order packets | + | - [DPI] Fixed: blocking by IP of DNS working over TCP |
- | - [CLI][Ping] Changed: error message if subs IP not found | + | - [DPI] Increased packet inspection depth when searching for BIGOTV |
- | - [CLI] Added: boolean flag '' | + | - [DPI Utils] Fixed '' |
- | - [CLI] Changed: JSON output of the '' | + | - Initial support for writing alert logs to syslog. Enabled with the '' |
- | | + | - By default, rsyslog replaces tab characters and newlines with their codes when writing to a text log. To disable this, create a file ''/ |
- | // on-stick flag | + | - Logs can be redirected to a remote server. Example from ''/ |
- | "on-stick": "true|false"</ | + | - On the local server with fastdpi:<code bash>*.* action(type="omfwd" |
- | - Changed: statistics format | + | |
- | | + | |
- | thread_slave= 0 : 1522/1/32000 0/0/0/0/0/ 6/6/2561 426/348/556 1/1/32000 | + | - On the remote server:<code bash>input(type=" |
- | Total: 1522/ | + | |
- | - Removed fake yandex sni from TELEGRAM_TLS | + | ruleset(name=" |
+ | queue.type=" | ||
+ | queue.size=" | ||
+ | queue.dequeueBatchSize=" | ||
+ | queue.workerThreads=" | ||
+ | queue.workerThreadMinimumMessages=" | ||
+ | ) { | ||
+ | action(type=" | ||
+ | ioBufferSize=" | ||
+ | | ||
- | ====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" | ||
- | " | ||
- | </ | ||
- | - 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. | ||
- | |||
- | Here's the translation into English with formatting preserved: | ||
- | |||
- | ====Changes in version 13.2 BETA7==== | ||
- | |||
- | - [DPI] Fixed detection of DNS TUNNEL | ||
- | - [DPI] Added protocols <code bash> | ||
- | " | ||
- | " | ||
- | " | ||
- | </ | ||
- | - Changed log level for telemetry requests to INFO regardless of the request result | ||
- | |||
- | ====Changes in version 13.2 BETA8==== | ||
- | |||
- | - [DPI] Improved detection of CISCO_ANYCONNECT_VPN, | ||
- | - [fastPCRF][ACCT] Fixed Interim-Update sending when switching to a backup RADIUS server | ||
- | |||
- | ====Changes in version 13.2 BETA8.1==== | ||
- | |||
- | - [BRAS][CLI] Fixed: SHCV closed subscribers are now not displayed with the '' | ||
- | - [BRAS][Auth] Optimization of service connection/ | ||
- | |||
- | ====Changes in version 13.2 BETA8.2==== | ||
- | |||
- | - [FastRadius] Configuration file parsing moved to new engine | ||
- | - [DPI] Improved detection of CISCO_ANYCONNECT_VPN, | ||
- | |||
- | ====Changes in version 13.2 BETA9==== | ||
- | |||
- | - [DPI] Improved decoding of fragmented QUIC | ||
- | - [BRAS][DHCP] Offer is sent first to bcast 255.255.255.255 | ||
- | - [BRAS][CLI] Fixed: the '' | ||
- | |||
- | ====Changes in version 13.2 BETA9.1==== | ||
- | |||
- | - [DPI] Improved recognition of DNS Tunnel and Shadowsocks. | ||
- | - [Utils] Enhanced utilities. '' | ||
- | - [Utils] Added support in url2norm for hostname endings with '':'', | ||
- | - [CLI] Fixed the '' | ||
====Update instructions==== | ====Update instructions==== |