You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "wengzhe (via GitHub)" <gi...@apache.org> on 2024/01/09 02:17:10 UTC

[PR] net/route: Support longest prefix match for routing [nuttx]

wengzhe opened a new pull request, #11509:
URL: https://github.com/apache/nuttx/pull/11509

   ## Summary
   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.
   
   ## Impact
   Routing Table with Kconfig 
   
   ## Testing
   Manually & CI
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] net/route: Support longest prefix match for routing [nuttx]

Posted by "xiaoxiang781216 (via GitHub)" <gi...@apache.org>.
xiaoxiang781216 merged PR #11509:
URL: https://github.com/apache/nuttx/pull/11509


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org