mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 20:44:39 +08:00
53fdfa68b9
All of the tools listed on the original documentation are now given their own individual doc pages. This makes it much easier to cross-reference them from other documentation locations (as many are used in CI/for specific architectures) and it also makes it easier for users to digest the information. Signed-off-by: Matteo Golin <matteo.golin@gmail.com>
16 lines
380 B
ReStructuredText
16 lines
380 B
ReStructuredText
===================
|
|
``simhostroute.sh``
|
|
===================
|
|
|
|
Helper script used to set up the tap driver, host routes, and IP Tables rules to
|
|
support networking with the simulator under Linux.
|
|
|
|
General usage:
|
|
|
|
.. code:: console
|
|
|
|
$ tools/simhostroute.sh
|
|
Usage: tools/simhostroute.sh <interface> <on|off>
|
|
|
|
See ``boards/sim/sim/sim/NETWORK-LINUX.txt`` for further information.
|