summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2019-06-12 17:21:33 +1000
committerChris Johns <chrisj@rtems.org>2019-06-12 17:20:28 +1000
commit71365506a8785b2893f5f72de2bf1455c93f58b5 (patch)
treef86231b01bfe047d1e565b5686ef64d7cfd299e3 /testsuite
parentRemove junk folders. (diff)
downloadrtems-libbsd-71365506a8785b2893f5f72de2bf1455c93f58b5.tar.bz2
config: Control the interface from the command line net config file.
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/include/rtems/bsd/test/network-config.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/include/rtems/bsd/test/network-config.h.in b/testsuite/include/rtems/bsd/test/network-config.h.in
index 0b1e0aa3..39bb5388 100755
--- a/testsuite/include/rtems/bsd/test/network-config.h.in
+++ b/testsuite/include/rtems/bsd/test/network-config.h.in
@@ -53,7 +53,7 @@
#elif defined(LIBBSP_ARM_ATSAM_BSP_H)
#define NET_CFG_INTERFACE_0 "if_atsam0"
#else
- #define NET_CFG_INTERFACE_0 "lo0"
+ #define NET_CFG_INTERFACE_0 "@NET_CFG_INTERFACE_0@"
#endif
#define NET_CFG_SELF_IP "@NET_CFG_SELF_IP@"