Date: Tue, 18 Jun 2002 14:32:34 -0700 (PDT) From: Julian Elischer <julian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/share/man/man4 ng_device.4 src/sys/netgraph ng_device.c ng_device.h src/sys/modules/netgraph/device Makefile Message-ID: <200206182132.g5ILWYj14076@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
julian 2002/06/18 14:32:34 PDT
Modified files:
sys/conf files
Added files:
share/man/man4 ng_device.4
sys/netgraph ng_device.c ng_device.h
sys/modules/netgraph/device Makefile
Log:
A node that creates a device entry in /dev (yay devfs)
so that /dev/mumble can be the entrypoint to some networking graph,
e.g. a tunnel or a remote tape drive or whatever...
Not fully tested (by me) yet.
Submitted by: Mark Santcroos <marks@ripe.net>
MFC after: 3 weeks
Revision Changes Path
1.1 +109 -0 src/share/man/man4/ng_device.4 (new)
1.650 +1 -0 src/sys/conf/files
1.1 +7 -0 src/sys/modules/netgraph/device/Makefile (new)
1.1 +637 -0 src/sys/netgraph/ng_device.c (new)
1.1 +44 -0 src/sys/netgraph/ng_device.h (new)
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206182132.g5ILWYj14076>
