Version 10.0 Primus Maximus [Документация VAS Experts]

Differences

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

Link to this comparison view

en:dpi:changelog:versions:ver_10 [2025/12/26 11:48] – created elena.krasnobryzhen:dpi:changelog:versions:ver_10 [2025/12/26 13:06] (current) elena.krasnobryzh
Line 3: Line 3:
  
  
-Changes in version 10.0 Primus Maximus:+=====Changes in version 10.0 =====
  
   - [[en:dpi:dpi_components:router|Router support]] added, based on the following router-daemons: [[https://bird.network.cz|BIRD]], [[https://frrouting.org|FRRouting(FRR)]], [[https://www.quagga.net|QUAGGA]], [[https://www.juniper.net/documentation/product/en_US/crpd|Juniper CRPD]] and others.   - [[en:dpi:dpi_components:router|Router support]] added, based on the following router-daemons: [[https://bird.network.cz|BIRD]], [[https://frrouting.org|FRRouting(FRR)]], [[https://www.quagga.net|QUAGGA]], [[https://www.juniper.net/documentation/product/en_US/crpd|Juniper CRPD]] and others.
Line 10: Line 10:
   - Support for user defined signatures added.   - Support for user defined signatures added.
  
-===== 10.0.2 ===== +=====Changes in version 10.0.2 =====
-Changes in version 10.0.2 Primus Maximus +
  
   - New mode dpdk_engine=4 added   - New mode dpdk_engine=4 added
Line 17: Line 16:
   - Changes in CentOS8: loading services after full initialization and assignment of network interface addresses   - Changes in CentOS8: loading services after full initialization and assignment of network interface addresses
  
-===== 10.0.3 ===== +=====Changes in version 10.0.3 =====
-Changes in version 10.0.3 Primus Maximus +
  
   - Transmission of the Gateway attribute for DHCP/ARP/PPP authorization fixed   - Transmission of the Gateway attribute for DHCP/ARP/PPP authorization fixed
Line 24: Line 22:
   - [dpdk] New conf parameter dpdk_max_simd added - max SIMD instruction size   - [dpdk] New conf parameter dpdk_max_simd added - max SIMD instruction size
  
-===== 10.1 ===== +===== Changes in version 10.1 =====
-Changes in version 10.1 Primus Maximus +
  
   - Protocols Facetime, SMPP added   - Protocols Facetime, SMPP added
Line 52: Line 49:
   - [router] Added: forced update of the Linux ARP cache in cases when an IP is added to our ARP cache, but the MAC and VLAN of this entry are unknown.   - [router] Added: forced update of the Linux ARP cache in cases when an IP is added to our ARP cache, but the MAC and VLAN of this entry are unknown.
  
-===== 10.1.1 ===== +===== Changes in version 10.1.1 ===== 
-Changes in version 10.1.1 Primus Maximus +
  
   - RTP detector fix   - RTP detector fix
Line 59: Line 56:
   - [dpdk] Fixed dpdk_engine=4 mode    - [dpdk] Fixed dpdk_engine=4 mode 
  
-===== 10.2 ===== +===== Changes in version 10.2 ===== 
-Changes in version 10.2 Primus Maximus+
  
   - WhatsApp detection improved.   - WhatsApp detection improved.
Line 79: Line 76:
   - [bras][auth] Changes on [[en:dpi:dpi_components:router#announcement_of_l3_subscriber_addresses|subscriber's IP-address announcements for L3-authorization]].   - [bras][auth] Changes on [[en:dpi:dpi_components:router#announcement_of_l3_subscriber_addresses|subscriber's IP-address announcements for L3-authorization]].
   - Fixed: failure due to DDOS from the operator's internal network.   - Fixed: failure due to DDOS from the operator's internal network.
-===== Upgrade Instructions ===== 
-You can check the current installed version with the command 
-<code> 
-yum info fastdpi 
-</code> 
- 
-  
-Downgrade to 10.1.1: 
- 
-<code> 
-yum downgrade fastdpi-10.1-1 fastpcrf-10.1-1 fastradius-10.1-0 
-</code> 
- 
-After the version is changed, a service restart is required: 
- 
-<code> 
-service fastdpi restart 
-</code> 
- 
-:!: If PCRF and/or Radius are used, they also require a restart in the following order: 
-<code> 
-service fastdpi stop 
-setvice fastpcrf restart 
-service fastdpi start 
-</code> 
- 
- 
-:!: Do not upgrade the Linux kernel. In newer versions of the kernel binary compatibility with Kernel ABI may be broken and the network driver will not boot after the update. If you did update, then temporarily (during solving the problem) configure the grub boot loader to load the previous kernel version (in the /etc/grub.conf file please set the following option: default = 1). 
- 
-If there is a warning that the update is not found or problems with dependencies are found, then run the command before updating: 
-<code> 
-yum clean all 
-</code> 
  
-See what was new in the [[en:dpi:update:previous:ver_9_0|previous version]].