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

Diff for /src/etc/netstart between version 1.87 and 1.88

version 1.87, 2003/08/27 11:49:36 version 1.88, 2003/10/20 17:53:32
Line 250 
Line 250 
         test "$if" = "*" && continue          test "$if" = "*" && continue
   
         case $if in          case $if in
         "gif"*|"gre"*)          "carp"*|"gif"*|"gre"*)
                 # GIF and GRE interfaces need the routes to be setup before                  # CARP, GIF and GRE interfaces need the routes to be setup
                 # they are configured.                  # before they are configured.
                 continue                  continue
                 ;;                  ;;
         *)          *)
Line 316 
Line 316 
         ;;          ;;
 esac  esac
   
 # Configure all the gif and gre interfaces which we know about.  # Configure all the carp, gif and gre interfaces which we know about.
 # They were delayed because they require the routes to be set.  # They were delayed because they require the routes to be set.
 for hn in /etc/hostname.*; do  for hn in /etc/hostname.*; do
         # Strip off /etc/hostname. prefix          # Strip off /etc/hostname. prefix
Line 324 
Line 324 
         test "$if" = "*" && continue          test "$if" = "*" && continue
   
         case $if in          case $if in
         "gif"*|"gre"*)          "carp"*|"gif"*|"gre"*)
                 ifstart $if                  ifstart $if
                 ;;                  ;;
         *)          *)

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.88