]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Hide ipfw internal data structures behind IPFW_INTERNAL rather than
authorRobert Watson <rwatson@FreeBSD.org>
Fri, 25 Jan 2008 14:38:27 +0000 (14:38 +0000)
committerRobert Watson <rwatson@FreeBSD.org>
Fri, 25 Jan 2008 14:38:27 +0000 (14:38 +0000)
commitbb5081a7eb323737efdc6125612c3e9833993fa3
tree5290a7818163ffcc9c3cf6d8070a6fce8a52515a
parentc3ff913134ce1c1f9c0bc50a8600b7f5e4bd2cc1
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>
sbin/ipfw/ipfw2.c
sys/netinet/ip_fw.h
sys/netinet/ip_fw2.c