Differences
This shows you the differences between two versions of the page.
en:dpi:dpi_components:platform:dpi_admin:testversion_install:start [2024/06/14 20:11] – 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.1 BETA1==== | ||
- | |||
- | - [BRAS] Control of subscriber activity using unicast ARP Request. Previously, bcast ARP Request was used, which is not optimal for the network. [[dpi: | ||
- | - [CLI] Fixed: help() for IPv6 addresses in the '' | ||
- | - [Router] Fixed: port selection for recording in through LAG. If LAG passes through fastDPI, then when selecting a port for recording with TAP, it is necessary to consider not only the Link Up/Down state of the port itself but also the Link Up/Down state of the second bridge leg for this port | ||
- | - [Router] Fixed: NAT profile subnet announcement upon addition | ||
- | - [Router] Added CLI command '' | ||
- | - [Router] ARP management. [[dpi: | ||
- | - [BRAS][CLI] Fixed parsing error of the '' | ||
- | - [PCAP] Fixed: PCAP file rotation upon reload | ||
- | |||
- | ====Changes in version 13.1 BETA2==== | ||
- | |||
- | - [BRAS][DHCP] Added CLI command '' | ||
- | - '' | ||
- | - '' | ||
- | - [BRAS] Fixed: sending L3 reauth for L2 subscriber in advance, without waiting for session timeout | ||
- | - [BRAS][DHCP] Added the number of sessions closed due to inactivity (SHCV) to the '' | ||
- | - [BRAS][DHCP] Added: SHCV (Subscriber Host Connectivity Verification) — control of DHCP subscriber activity. [[dpi: | ||
- | - [LAG] Fixed: failure to reset the array when building a new list of active ports. The error leads to fastDPI crash (array overflow and memory corruption) | ||
- | - [Router] Fixed: do not consider term by AS when announcing NAT subnets. The '' | ||
- | |||
- | ====Changes in version 13.1 BETA3==== | ||
- | |||
- | - [DPI][BRAS] Global code refactoring - discontinued support for '' | ||
- | - [DPI] Added service 19 - DNS response substitution. [[dpi: | ||
- | - Changed the minimum PCAP file size to 100 MB. [[dpi: | ||
- | - Improved DROP event tracing | ||
- | - [BRAS] Added: ARP Proxy for known routes (router mode only). A new flag has been added to the '' | ||
- | |||
- | ====Changes in version 13.1 BETA4==== | ||
- | <note important> | ||
- | - [BRAS][PPPOE] Separation of PPPoE options into PPP and PPPoE options | ||
- | - [BRAS] Fixed: recalculation of the checksum in some cases when changing the ICMPv6 packet | ||
- | - [LAG] Added error logging "no mbuf" when sending LACP | ||
- | - [Engine][DPDK] Increased the number of '' | ||
- | - [BRAS][DHCP] Fixed: repeated SHCV triggering on an already " | ||
- | - Changed: tracing in '' | ||
- | - Fixed: depending on the value of the '' | ||
- | - [Radius] Discontinued support for '' | ||
- | |||
- | ====Changes in version 13.1 BETA5==== | ||
- | |||
- | - [Router] Fixed packet interception order from the general processing pipeline | ||
- | - [BRAS] Fixed an error in intercepting and processing ICMPv6 packets, leading to formation of a crust | ||
- | - Fixed erroneous appearance of an ERROR level message for some '' | ||
- | - The list and filling of AS for IPv4 can be performed dynamically during reload or from the cloud (setting '' | ||
- | - Fixed: incorrect parsing of TLS(SNI) in case multiple 'ALPN Protocol' | ||
- | |||
- | ====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 12.3: | ||
- | |||
- | <code bash> | ||
- | yum downgrade fastdpi-12.3 fastpcrf-12.3 | ||
- | </ | ||
- | |||
- | <note important> | ||
- | |||