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 2023/01/05 11:31:20 UTC

[GitHub] [nuttx] wengzhe opened a new pull request, #8030: script: support IPv6 in simhostroute.sh

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

   ## Summary
   1. Change IP address format to addr/prefix, to be compatible with both IPv4/IPv6.
      - When adding address in CIDR type, netmask/route will be automatically added.
   2. Since route of whole subnet is added automatically, not specifying NuttX's IP any more.
      - Multiple NuttX simulators (with IP 10.0.1.x) attached to same bridge can surf the net at same time.
   3. NAT66 is used to make sure it works even if host has only one IPv6 address.
   
   ## Impact
   Add IPv6 & multiple nuttx sims support for simhostroute.sh
   
   ## Testing
   Tested on sim.
   


-- 
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] [nuttx] xiaoxiang781216 merged pull request #8030: script: support IPv6 in simhostroute.sh

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


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