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

Diff for /src/etc/netstart between version 1.163 and 1.164

version 1.163, 2015/12/05 18:43:12 version 1.164, 2015/12/17 23:19:23
Line 275 
Line 275 
 # YES                           none installed          daemon can run  # YES                           none installed          daemon can run
 # Any other combination         -reject                 config error  # Any other combination         -reject                 config error
 route -qn delete 224.0.0.0/4 >/dev/null 2>&1  route -qn delete 224.0.0.0/4 >/dev/null 2>&1
 case $multicast in  [[ $multicast != YES ]] && \
 NO)  
         route -qn add -net 224.0.0.0/4 -interface 127.0.0.1 -reject >/dev/null          route -qn add -net 224.0.0.0/4 -interface 127.0.0.1 -reject >/dev/null
         ;;  
 YES)  
         ;;  
 *)  
         echo 'config error, multicasting disabled until rc.conf is fixed'  
         route -qn add -net 224.0.0.0/4 -interface 127.0.0.1 -reject >/dev/null  
         ;;  
 esac  
   
   
 # Configure PPPoE, GIF, GRE, TUN and PFLOW interfaces, delayed because they  # Configure PPPoE, GIF, GRE, TUN and PFLOW interfaces, delayed because they
 # require routes to be set. TUN might depend on PPPoE, and GIF or GRE may  # require routes to be set. TUN might depend on PPPoE, and GIF or GRE may

Legend:
Removed from v.1.163  
changed lines
  Added in v.1.164