cvs commit: src/sys/netinet ip_dummynet.c raw_ip.c

Robert Watson rwatson at FreeBSD.org
Thu May 22 08:10:32 UTC 2008


rwatson     2008-05-22 08:10:31 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          ip_dummynet.c raw_ip.c 
  Log:
  Consistently check IPFW and DUMMYNET privileges in the configuration
  routines for those modules, rather than in the raw socket code.  This
  each privilege check to occur in exactly once place and avoids
  duplicate checks across layers.
  
  MFC after:      3 weeks
  Sponsored by:   nCircle Network Security, Inc.
  
  Revision  Changes    Path
  1.116     +5 -0      src/sys/netinet/ip_dummynet.c
  1.185     +0 -19     src/sys/netinet/raw_ip.c


More information about the cvs-all mailing list