summaryrefslogtreecommitdiffstats
path: root/sys/netpfil
diff options
context:
space:
mode:
authorgnn <gnn@FreeBSD.org>2014-02-15 18:36:31 +0000
committergnn <gnn@FreeBSD.org>2014-02-15 18:36:31 +0000
commit1804af5050a49096994d775d055b4eb6019a2497 (patch)
treea457046a4e86c0151da3040061fcb249fc615811 /sys/netpfil
parent71ef75416769754b299954be72f8a1bf971f7268 (diff)
downloadFreeBSD-src-1804af5050a49096994d775d055b4eb6019a2497.zip
FreeBSD-src-1804af5050a49096994d775d055b4eb6019a2497.tar.gz
Summary: Two quick edits to the implementation notes as they're no
longer stored in netinet but in netpfil.
Diffstat (limited to 'sys/netpfil')
-rw-r--r--sys/netpfil/ipfw/dummynet.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netpfil/ipfw/dummynet.txt b/sys/netpfil/ipfw/dummynet.txt
index e8c9725..b3b2ee9 100644
--- a/sys/netpfil/ipfw/dummynet.txt
+++ b/sys/netpfil/ipfw/dummynet.txt
@@ -202,10 +202,10 @@ Almost all objects in this implementation are preceded by a structure
Files
-----
The dummynet code is split in several files.
-All kernel code is in sys/netinet/ipfw except ip_dummynet.h
+All kernel code is in sys/netpfil/ipfw except ip_dummynet.h
All userland code is in sbin/ipfw.
Files are
-- sys/netinet/ip_dummynet.h defines the kernel-userland API
+- sys/netpfil/ip_dummynet.h defines the kernel-userland API
- ip_dn_private.h contains the kernel-specific APIs
and data structures
- dn_sched.h defines the scheduler API
OpenPOWER on IntegriCloud