summaryrefslogtreecommitdiff
path: root/config.inc
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2023-04-03 14:05:43 +1000
committerChris Johns <chrisj@rtems.org>2023-04-13 12:14:33 +1000
commitd633cc5b0301f81cc2748cba0d6fb32e19853c27 (patch)
tree3ea90bb38128cb809be84e5aa9ff5677e1cfd02c /config.inc
parent141324c3d9df8c45cda3493bb7a6fe4015260d74 (diff)
waf: Add test network configuration support
- Add a support call to use the configuration
Diffstat (limited to 'config.inc')
-rw-r--r--config.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.inc b/config.inc
new file mode 100644
index 0000000..56497b3
--- /dev/null
+++ b/config.inc
@@ -0,0 +1,6 @@
+NET_CFG_IFACE = lo0
+NET_CFG_BOOT_PROT = dhcp
+NET_CFG_SELF_IP = 127.0.0.1
+NET_CFG_NETMASK = 255.0.0.0
+NET_CFG_MAC_ADDR = 00:00:00:00:00:00
+NET_CFG_GATEWAY_IP = 0.0.0.0