--- ltspcfg.orig	2005-03-04 17:00:45.000000000 +0100
+++ ltspcfg	2005-03-08 17:02:54.835806896 +0100
@@ -303,7 +303,7 @@
       }
     }
     else{
-      printf("\nNo Ethernet interfaces detected!\n\n");
+      printf("\nNo up Ethernet interfaces detected!\n\n");
     }
     printf("\n");
   }
@@ -427,7 +427,7 @@
         $mask =~ s/^.*Mask://;
         $mask =~ s/\s.*$//;
       }
-      if( /UP BROADCAST/ ){    # Look only at interfaces marked UP
+      if( /UP BROADCAST/ and $ipaddr ){    # Look only at interfaces marked UP
 
         my $iface = Interface->new();        # Allocate an interface object
 

