You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/10/11 08:06:24 UTC

[GitHub] [incubator-nuttx] wengzhe opened a new pull request, #7282: arch/sim: support multiple tapdev for sim

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

   ## Summary
   Support more than one TAP device for debugging (future) NAT and FORWARD, left WPCAP and VPNKit unchanged (force number to 1).  
   Although we can support at most 31 interfaces, limit to 8 like `CONFIG_TUN_NINTERFACES`.
   
   ## Impact
   Add configure for supporting more than one TAP device in simulation, which can be extended to WPCAP and VPNKit later.  
   Default configure (one TAP device) keeps the same logic as previous.
   
   ## Testing
   Tested on Ubuntu 22.04 x86_64
   


-- 
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


[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #7282: arch/sim: support multiple tapdev for sim

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged PR #7282:
URL: https://github.com/apache/incubator-nuttx/pull/7282


-- 
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