summaryrefslogtreecommitdiffstats
path: root/testsuites/include/network-config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/include/network-config.h.in')
-rwxr-xr-xtestsuites/include/network-config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuites/include/network-config.h.in b/testsuites/include/network-config.h.in
index 756e3b5..e61dcce 100755
--- a/testsuites/include/network-config.h.in
+++ b/testsuites/include/network-config.h.in
@@ -38,4 +38,10 @@
#define NET_CFG_GATEWAY_IP "@NET_CFG_GATEWAY_IP@"
+#define NET_CFG_DNS_IP "@NET_CFG_DNS_IP@"
+
+#define NET_CFG_DOMAINNAME "@NET_CFG_DOMAINNAME@"
+
+#define NET_CFG_NTP_IP "@NET_CFG_NTP_IP@"
+
#endif /* _TEST_NETWORK_CONFIG_H_ */