summaryrefslogtreecommitdiffstats
path: root/config.inc
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2023-05-11 16:24:45 -0500
committerKinsey Moore <kinsey.moore@oarcorp.com>2023-05-15 21:46:30 -0500
commite22f951630ff77a49f15a71e350bd4198273b9c1 (patch)
tree805fd1e1e7890dcf646a2beda16781235e648eab /config.inc
parenttestsuites/ntp: Remove limits and duplicates (diff)
downloadrtems-net-services-e22f951630ff77a49f15a71e350bd4198273b9c1.tar.bz2
netservices.py: Move defaults out of tests
network-config.h unconditionally defines all configuration items, so applications can not rely on their absence to use defaults. This moves defaults out of the application/test because they cannot be used there.
Diffstat (limited to 'config.inc')
-rw-r--r--config.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.inc b/config.inc
index f4411f4..da4d0d6 100644
--- a/config.inc
+++ b/config.inc
@@ -1,3 +1,5 @@
NET_CFG_IFACE = lo0
NET_CFG_IFACE_OPTS =
NET_CFG_BOOT_PROT = dhcp
+NET_CFG_NTP_IP = 0.freebsd.pool.ntp.org
+NET_CFG_DNS_IP = 8.8.8.8