Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Feb 2014 18:36:31 +0000 (UTC)
From:      "George V. Neville-Neil" <gnn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r261943 - head/sys/netpfil/ipfw
Message-ID:  <201402151836.s1FIaVpL051175@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gnn
Date: Sat Feb 15 18:36:31 2014
New Revision: 261943
URL: http://svnweb.freebsd.org/changeset/base/261943

Log:
  Summary: Two quick edits to the implementation notes as they're no
  longer stored in netinet but in netpfil.

Modified:
  head/sys/netpfil/ipfw/dummynet.txt

Modified: head/sys/netpfil/ipfw/dummynet.txt
==============================================================================
--- head/sys/netpfil/ipfw/dummynet.txt	Sat Feb 15 18:07:31 2014	(r261942)
+++ head/sys/netpfil/ipfw/dummynet.txt	Sat Feb 15 18:36:31 2014	(r261943)
@@ -202,10 +202,10 @@ Almost all objects in this implementatio
 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



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