summaryrefslogtreecommitdiffstats
path: root/src/core/main.c
diff options
context:
space:
mode:
authorMichael Brown2006-12-05 00:40:35 +0100
committerMichael Brown2006-12-05 00:40:35 +0100
commitd9f32726b46665165b9004797aebd58c7f2b03f4 (patch)
treece200468c58ced411949813c4ef853eb28248e9b /src/core/main.c
parentAdded debug statements (diff)
downloadipxe-d9f32726b46665165b9004797aebd58c7f2b03f4.tar.gz
ipxe-d9f32726b46665165b9004797aebd58c7f2b03f4.tar.xz
ipxe-d9f32726b46665165b9004797aebd58c7f2b03f4.zip
Added quick and dirty commands for testing the new NVO code.
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 e1ddc9dd..4a78d751 100644
--- a/src/core/main.c
+++ b/src/core/main.c
@@ -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" );
}