Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jan 2008 14:38:27 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/ipfw ipfw2.c src/sys/netinet ip_fw.h ip_fw2.c
Message-ID:  <200801251438.m0PEcRRW041152@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2008-01-25 14:38:27 UTC

  FreeBSD src repository

  Modified files:
    sbin/ipfw            ipfw2.c 
    sys/netinet          ip_fw.h ip_fw2.c 
  Log:
  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.
  
  MFC after:      3 days
  Reported by:    Paul Vixie <paul at vix dot com>
  
  Revision  Changes    Path
  1.113     +2 -0      src/sbin/ipfw/ipfw2.c
  1.111     +11 -0     src/sys/netinet/ip_fw.h
  1.180     +3 -0      src/sys/netinet/ip_fw2.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801251438.m0PEcRRW041152>