Remove the static IP address hack from netdevice.c, and change the

default test to the DHCP test.
This commit is contained in:
Michael Brown
2006-07-20 02:51:52 +00:00
parent 00a1f000b1
commit e74e20cb55
2 changed files with 1 additions and 21 deletions

View File

@@ -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" );
}