mirror of
https://github.com/apache/nuttx.git
synced 2026-05-12 09:48:31 +08:00
3b74cfecc2
Support longest prefix match routing described as "Longest Match" in RFC 1812, Section 5.2.4.3, Page 75. Introduced `prefixlen` to indicate the prefix length of currently founded route, and only looks up for longer prefix in all later steps. Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>