Index: website/content/en/releases/13.0R/relnotes.adoc =================================================================== --- website/content/en/releases/13.0R/relnotes.adoc +++ website/content/en/releases/13.0R/relnotes.adoc @@ -231,6 +231,10 @@ The {{< manpage "ping" "8" >}} and {{< manpage "ping6" "8" >}} utilities both support setting network QoS, with IP DSCP gitref:6034024daddb[repository=src] and Ethernet PCP gitref:81a6f4c7ae69[repository=src] {{< sponsored "NetApp" >}} +The routing framework has been significantly rewritten and now it's based on the concept of `nexthop` objects. Multipath routing has been enabled and turned on by default. gitref:fedeb08b6a58[repository=src] +A new modular routing lookup framework became available - but is not yet in GENERIC and needs a kernel configuration built with `options FIB_ALGO`. gitref:f5baf8bb12f3[repository=src] +Loadable route lookup modules based on DPDK `rte_lpm` lib which implement a variation of link:http://yuba.stanford.edu/~nickm/papers/Infocom98_lookup.pdf[DIR24-8] lookup algorithm targeted for high-speed lookups in large-scale tables have been introduced as a part of the above. gitref:537d13437314[repository=src] + [[network-general]] === General Network