cvs commit: src/sys/netinet6 frag6.c ip6_forward.c

Bjoern A. Zeeb bz at FreeBSD.org
Thu May 4 18:41:09 UTC 2006


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


More information about the cvs-all mailing list