Differences
This shows you the differences between two versions of the page.
en:dpi:dpi_components:platform:dpi_admin:testversion_install:start [2024/07/23 08:38] – [Changes in Version 13.2 BETA2] 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> | ||
- | |||
- | Here is the translation with formatting preserved: | ||
- | |||
- | ====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. | ||
- | |||
- | ====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> | ||
- | |||