summaryrefslogtreecommitdiffstats
path: root/libbsd.txt
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-05-23 10:07:35 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-05-23 16:26:30 +0200
commit92219bc66ec721cd1e6028245a8b6b308db62ffb (patch)
treee3500cbc39438c3f27c26a114fa79f287e19aa48 /libbsd.txt
parentlibbsd.txt: Move buildsets description (diff)
downloadrtems-libbsd-92219bc66ec721cd1e6028245a8b6b308db62ffb.tar.bz2
libbsd.txt: Move configuration of network tests
Diffstat (limited to 'libbsd.txt')
-rw-r--r--libbsd.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/libbsd.txt b/libbsd.txt
index 631acb80..c20a7083 100644
--- a/libbsd.txt
+++ b/libbsd.txt
@@ -7,20 +7,6 @@ RTEMS BSD Library Guide
== Getting Started
-===== Example 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.
-
--------------------------------------------------------------------------------
-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
--------------------------------------------------------------------------------
-
=== BSD Library Initialization ===
To initialise the BSD Library create a suitable rc.conf file. The FreeBSD man