cvs commit: src/contrib/ipfilter ipt.c kmem.c
Brooks Davis
brooks at FreeBSD.org
Tue Dec 2 10:33:38 PST 2003
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
More information about the cvs-src
mailing list