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

Diff for /src/etc/rc between version 1.551 and 1.552

version 1.551, 2021/07/22 18:09:04 version 1.552, 2021/07/22 18:29:47
Line 460 
Line 460 
   
 reorder_libs  reorder_libs
   
 # Pause a little so at least one dynamic (slaacd or dhcpleased) config completes  # If interface autoconf exists, pause a little for at least one default route
 count=0  if ifconfig | grep -q ': flags=.*<.*AUTOCONF.*> mtu'; then
 while ((count++ < 20)); do          count=0
         route -n show | grep -q ^default && break          while ((count++ < 20)); do
         sleep .5                  route -n show | grep -q ^default && break
 done                  sleep .5
           done
   fi
   
 # Load pf rules and bring up pfsync interface.  # Load pf rules and bring up pfsync interface.
 if [[ $pf != NO ]]; then  if [[ $pf != NO ]]; then

Legend:
Removed from v.1.551  
changed lines
  Added in v.1.552