bz          2006-05-04 18:41:09 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet6         frag6.c ip6_forward.c 
  Log:
  Assert ip6_forward_rt protected by Giant adding GIANT_REQUIRED to
  functions not yet asserting it but working on global ip6_forward_rt
  route cache which is not locked and perhaps should go away in the
  future though cache hit/miss ration wasn't bad.
  
  It's #if 0ed in frag6 because the code working on ip6_forward_rt is.
  
  Revision  Changes    Path
  1.28      +4 -0      src/sys/netinet6/frag6.c
  1.32      +2 -0      src/sys/netinet6/ip6_forward.c
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to