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

Diff for /src/etc/netstart between version 1.94 and 1.95

version 1.94, 2004/01/14 04:41:02 version 1.95, 2004/03/13 00:59:02
Line 254 
Line 254 
         test "$if" = "*" && continue          test "$if" = "*" && continue
   
         case $if in          case $if in
         "carp"*|"gif"*|"gre"*)          "carp"*|"gif"*|"gre"*|"pfsync"*)
                 # CARP, GIF and GRE interfaces need the routes to be setup                  # CARP, GIF, GRE and PFSYNC interfaces need the routes to be setup
                 # before they are configured.                  # before they are configured.
                 continue                  continue
                 ;;                  ;;
Line 319 
Line 319 
         ;;          ;;
 esac  esac
   
 # Configure all the carp, gif and gre interfaces which we know about.  # Configure all the carp, gif, gre and pfsync 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 327 
Line 327 
         test "$if" = "*" && continue          test "$if" = "*" && continue
   
         case $if in          case $if in
         "carp"*|"gif"*|"gre"*)          "carp"*|"gif"*|"gre"*|"pfsync"*)
                 ifstart $if                  ifstart $if
                 ;;                  ;;
         *)          *)

Legend:
Removed from v.1.94  
changed lines
  Added in v.1.95