diff --git a/website/content/en/releases/13.2R/relnotes.adoc b/website/content/en/releases/13.2R/relnotes.adoc index 524f463eac..ce06133e77 100644 --- a/website/content/en/releases/13.2R/relnotes.adoc +++ b/website/content/en/releases/13.2R/relnotes.adoc @@ -351,6 +351,11 @@ Radix tables and lookups are now supported for MAC addresses in man:ipfw[4]. This allows MAC address tables to be constructed and used for filtering. gitref:c31f8b7bd895[repository=src] +Kernel modules dpdk_lpm4 and dpdk_lpm6 are now available and can be loaded via man:loader.conf[5]. +They provide optimized routing functions for hosts with a very large amount of routing tables. +They are part of the modular FIB lookup mechanism. +gitref:0ca122044369[repository=src] + There are numerous bug fixes in TCP and SCTP. [[future-releases]]