aboutsummaryrefslogtreecommitdiff
path: root/contrib/ipfilter/INSTALL.xBSD
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1998-06-20 18:29:38 +0000
committerPeter Wemm <peter@FreeBSD.org>1998-06-20 18:29:38 +0000
commit9b632708fe7d7ae0badd09f08d11857ca24400f7 (patch)
tree7c9206c000e7ad493db842a3fecdf77deacb096a /contrib/ipfilter/INSTALL.xBSD
parentf4b66beedb1f2c1f5413c63927069490c58d80f9 (diff)
downloadsrc-9b632708fe7d7ae0badd09f08d11857ca24400f7.tar.gz
src-9b632708fe7d7ae0badd09f08d11857ca24400f7.zip
Import trimmed version of ipfilter 3.2.7.
Obtained from: Darren Reed via http://cheops.anu.edu.au/~avalon/
Notes
Notes: svn path=/vendor/ipfilter/dist/; revision=37074
Diffstat (limited to 'contrib/ipfilter/INSTALL.xBSD')
-rw-r--r--contrib/ipfilter/INSTALL.xBSD9
1 files changed, 7 insertions, 2 deletions
diff --git a/contrib/ipfilter/INSTALL.xBSD b/contrib/ipfilter/INSTALL.xBSD
index 9ab66f12932c..b06ad4b8ab3b 100644
--- a/contrib/ipfilter/INSTALL.xBSD
+++ b/contrib/ipfilter/INSTALL.xBSD
@@ -31,9 +31,14 @@ To build a kernel with the IP filter, follow these steps:
4. build a new kernel
- 5. create /dev/ipl with "mknod /dev/ipl c 59 0".
+ 5. create devices for IP Filter as follows (assuming it was
+ installed into the device table as char dev 20):
+ mknod /dev/ipl c 20 0
+ mknod /dev/ipnat c 20 1
+ mknod /dev/ipstate c 20 2
+ mknod /dev/ipauth c 20 3
6. install and reboot with the new kernel
Darren
-darrenr@cyber.com.au
+darrenr@pobox.com