qingli      2006-02-07 20:25:39 UTC

  FreeBSD src repository

  Modified files:
    sys/net              radix.c 
  Log:
  The code in rn_walktree_from() that checks if we backed up too far
  did not stop at the right node. Change the backtracking check from
  smaller-than to smaller-or-equal to prevent this from happening.
  While here fix one additional problem where the insertion of the
  default route traversed the entire tree.
  
  PR:             kern/38752
  Submitted by:   qingli (before I became committer)
  Reviewed by:    andre
  MFC after:      3 days
  
  Revision  Changes    Path
  1.38      +9 -1      src/sys/net/radix.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to