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

Diff for /src/etc/netstart between version 1.32 and 1.33

version 1.32, 1997/11/29 02:03:43 version 1.33, 1997/12/20 23:19:30
Line 31 
Line 31 
         nat=NO          nat=NO
 fi  fi
   
   if [ X"${iproute}" = X"YES" ]; then
           sysctl -w net.inet.ip.forwarding=1
   fi
   
 # set the address for the loopback interface  # set the address for the loopback interface
 ifconfig lo0 inet localhost  ifconfig lo0 inet localhost
   

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33