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

Diff for /src/etc/netstart between version 1.5 and 1.6

version 1.5, 1996/05/26 10:25:24 version 1.6, 1996/06/02 21:17:58
Line 106 
Line 106 
   
 # use loopback, not the wire  # use loopback, not the wire
 route add $hostname localhost  route add $hostname localhost
   route add -net 127 127.1 -reject
   
   # default multicast route
   route add -net 224 -interface $hostname
   
 # /etc/mygate, if it exists, contains the name of my gateway host  # /etc/mygate, if it exists, contains the name of my gateway host
 # that name must be in /etc/hosts.  # that name must be in /etc/hosts.

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6