mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-27 12:47:13 +08:00
libbsd.txt: Move configuration of network tests
This commit is contained in:
parent
6db1763972
commit
23636df5cb
15
README.rst
15
README.rst
@ -273,6 +273,21 @@ a scheduler with thread pinning support is required. This is the case if you
|
|||||||
use the default scheduler configuration. EPOCH(9) is a central synchronization
|
use the default scheduler configuration. EPOCH(9) is a central synchronization
|
||||||
mechanism of the network stack.
|
mechanism of the network stack.
|
||||||
|
|
||||||
|
Configuration for Network Tests
|
||||||
|
===============================
|
||||||
|
|
||||||
|
If you need some other IP configuration for the network tests that use a fixed
|
||||||
|
IP config you can copy ``config.inc`` to a location outside to the source tree and
|
||||||
|
adapt it. Then use the option ``--net-test-config=NET_CONFIG`` to pass the file to
|
||||||
|
Waf's configure command.
|
||||||
|
|
||||||
|
.. code-block:: none
|
||||||
|
|
||||||
|
NET_CFG_SELF_IP = 10.0.0.2
|
||||||
|
NET_CFG_NETMASK = 255.255.0.0
|
||||||
|
NET_CFG_PEER_IP = 10.0.0.1
|
||||||
|
NET_CFG_GATEWAY_IP = 10.0.0.1
|
||||||
|
|
||||||
Qemu and Networking
|
Qemu and Networking
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
1233
libbsd.txt
1233
libbsd.txt
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user