summaryrefslogtreecommitdiffstats
path: root/testsuite/init01
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-09-01 13:34:42 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-09-01 13:34:49 -0500
commit42cd4b0bdea8156aea4b90e85f1735e34d9d7e62 (patch)
treee9e4b5cfeb26527cbf7e59109ae0c3fd88b98040 /testsuite/init01
parentres_send.c: Now compiles (diff)
downloadrtems-libbsd-42cd4b0bdea8156aea4b90e85f1735e34d9d7e62.tar.bz2
netshell01: New test and stop using old network configuration code
The old network configuration using a data structure does not support IPV6 and does not support all of the network settings that the FreeBSD command line utilities do. Transition to using the network utilities like ifconfig, route, etc. to initialize the NIC configuration.
Diffstat (limited to 'testsuite/init01')
-rw-r--r--testsuite/init01/init.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/testsuite/init01/init.c b/testsuite/init01/init.c
index eba9e743..028dcde3 100644
--- a/testsuite/init01/init.c
+++ b/testsuite/init01/init.c
@@ -11,9 +11,6 @@
void print_test_name(void);
void test_main(void);
-/* XXX temporary until in .h file */
-void rtems_initialize_interfaces(void);
-
rtems_task Init(
rtems_task_argument ignored
)
@@ -28,9 +25,6 @@ rtems_task Init(
rtems_bsd_initialize_with_interrupt_server();
- puts( "Initializing interfaces" );
- rtems_initialize_interfaces();
-
test_main();
/* should not return */