cvs commit: src/sbin/ipfw ipfw2.c src/sys/netinet ip_fw.h ip_fw2.c

Robert Watson rwatson at FreeBSD.org
Mon Jan 28 09:44:31 PST 2008


rwatson     2008-01-28 17:44:30 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7_0)
    sbin/ipfw            ipfw2.c 
    sys/netinet          ip_fw.h ip_fw2.c 
  Log:
  Merge ipfw2.c:1.113, ip_fw.h:1.111, ip_fw2.c:1.180 from HEAD to
  RELENG_7_0:
  
    Hide ipfw internal data structures behind IPFW_INTERNAL rather than
    exposing them to all consumers of ip_fw.h.  These structures are
    used in both ipfw(8) and ipfw(4), but not part of the user<->kernel
    interface for other applications to use, rather, shared
    implementation.
  
    Reported by:    Paul Vixie <paul at vix dot com>
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.108.4.1  +2 -0      src/sbin/ipfw/ipfw2.c
  1.110.4.1  +11 -0     src/sys/netinet/ip_fw.h
  1.175.4.1  +3 -0      src/sys/netinet/ip_fw2.c


More information about the cvs-all mailing list