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

Diff for /src/etc/netstart between version 1.81 and 1.82

version 1.81, 2001/07/06 05:53:17 version 1.82, 2001/07/31 08:27:35
Line 252 
Line 252 
 #          Any other combination                -reject         config error  #          Any other combination                -reject         config error
 case "$multicast_host:$multicast_router" in  case "$multicast_host:$multicast_router" in
 NO:NO)  NO:NO)
         route -n add -net 224.0.0.0/4 -interface 127.0.0.1 -reject> /dev/null          route -n add -net 224.0.0.0/4 -interface 127.0.0.1 -reject > /dev/null
         ;;          ;;
 NO:YES)  NO:YES)
         ;;          ;;

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.82