mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 21:11:03 +03:00
Added quick and dirty commands for testing the new NVO code.
This commit is contained in:
@@ -157,8 +157,8 @@ int main ( void ) {
|
||||
|
||||
netdev = next_netdev ();
|
||||
if ( netdev ) {
|
||||
cmdl_start();
|
||||
test_dhcp ( netdev );
|
||||
//cmdl_start();
|
||||
} else {
|
||||
printf ( "No network device found\n" );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user