summaryrefslogtreecommitdiffstats
path: root/src/core/main.c
diff options
context:
space:
mode:
authorMichael Brown2006-07-20 04:51:52 +0200
committerMichael Brown2006-07-20 04:51:52 +0200
commite74e20cb5599e646ec3f29e019a59fcce0b4ebb4 (patch)
treeee69652c49448dadd14f34755b9004f68d9d8347 /src/core/main.c
parentAdded dhcp_ipv4_option() and friends. (diff)
downloadipxe-e74e20cb5599e646ec3f29e019a59fcce0b4ebb4.tar.gz
ipxe-e74e20cb5599e646ec3f29e019a59fcce0b4ebb4.tar.xz
ipxe-e74e20cb5599e646ec3f29e019a59fcce0b4ebb4.zip
Remove the static IP address hack from netdevice.c, and change the
default test to the DHCP test.
Diffstat (limited to 'src/core/main.c')
-rw-r--r--src/core/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/main.c b/src/core/main.c
index 2f76cc27..0cc30f57 100644
--- a/src/core/main.c
+++ b/src/core/main.c
@@ -154,7 +154,7 @@ int main ( void ) {
netdev = next_netdev ();
if ( netdev ) {
- test_aoeboot ( netdev );
+ test_dhcp ( netdev );
} else {
printf ( "No network device found\n" );
}