Added quick and dirty commands for testing the new NVO code.

This commit is contained in:
Michael Brown
2006-12-04 23:40:35 +00:00
parent 6b45947a59
commit d9f32726b4
4 changed files with 81 additions and 4 deletions

View File

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