Date: Tue, 2 Dec 2003 10:33:36 -0800 (PST) From: Brooks Davis <brooks@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/ipfilter ipt.c kmem.c Message-ID: <200312021833.hB2IXaxu060024@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
brooks 2003/12/02 10:33:36 PST FreeBSD src repository Modified files: (Branch: DARRENREED) contrib/ipfilter ipt.c kmem.c Log: This is a direct commit to the vendor branch with code from the vendor. Replace the if_name and if_unit members of struct ifnet with new members if_xname, if_dname, and if_dunit. if_xname is the name of the interface and if_dname/unit are the driver name and instance. This change paves the way for interface renaming and enhanced pseudo device creation and configuration symantics. Submitted by: darrenr Approved by: re (scottl) Revision Changes Path 1.1.1.13 +4 -2 src/contrib/ipfilter/ipt.c 1.1.1.11 +4 -2 src/contrib/ipfilter/kmem.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312021833.hB2IXaxu060024>