[BACK]Return to netstart CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/netstart between version 1.98 and 1.99

version 1.98, 2004/10/20 21:17:34 version 1.99, 2004/12/04 00:17:05
Line 342 
Line 342 
         esac          esac
 done  done
   
 # Use loopback, not the wire.  # reject 127/8 other than 127.0.0.1
 route -qn add -host $hostname 127.0.0.1 > /dev/null  
 route -qn add -net 127 127.0.0.1 -reject > /dev/null  route -qn add -net 127 127.0.0.1 -reject > /dev/null
   
 # Configure all the bridges.  # Configure all the bridges.

Legend:
Removed from v.1.98  
changed lines
  Added in v.1.99