summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/INSTALL.xBSD
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-02-10 05:09:52 +0000
committerpeter <peter@FreeBSD.org>2000-02-10 05:09:52 +0000
commitb4155d9e95a7f57e00a04dadc0a41fa2152d05f4 (patch)
treee2bac281fd8f81002b9560fb082cc3c550202e4d /contrib/ipfilter/INSTALL.xBSD
parentcf9ed6d8c95a64abfd95e56a3325ed36e030ebd6 (diff)
downloadFreeBSD-src-b4155d9e95a7f57e00a04dadc0a41fa2152d05f4.zip
FreeBSD-src-b4155d9e95a7f57e00a04dadc0a41fa2152d05f4.tar.gz
Remove files not in the v3_3_8 import.
Diffstat (limited to 'contrib/ipfilter/INSTALL.xBSD')
-rw-r--r--contrib/ipfilter/INSTALL.xBSD44
1 files changed, 0 insertions, 44 deletions
diff --git a/contrib/ipfilter/INSTALL.xBSD b/contrib/ipfilter/INSTALL.xBSD
deleted file mode 100644
index b06ad4b..0000000
--- a/contrib/ipfilter/INSTALL.xBSD
+++ /dev/null
@@ -1,44 +0,0 @@
-
-To build a kernel for use with the loadable kernel module, follow these
-steps:
- 1. do "make bsd"
-
- 2. cd to the "BSD" directory and type "make install"
-
- 3. run "4bsd/minstall" as root
-
- 4. build a new kernel
-
- 5. install and reboot with the new kernel
-
- 6. use modload(8) to load the packet filter with:
- modload if_ipl.o
-
- 7. do "modstat" to confirm that it has been loaded successfully.
-
-There is no need to use mknod to create the device in /dev;
-- upon loading the module, it will create itself with the correct values,
- under the name (IPL_NAME) from the Makefile. It will also remove itself
- from /dev when it is modunload'd.
-
-To build a kernel with the IP filter, follow these steps:
-
- 1. do "make bsd"
-
- 2. cd to the "BSD" directory and type "make install"
-
- 3. run "4bsd/kinstall" as root
-
- 4. build a new kernel
-
- 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@pobox.com
OpenPOWER on IntegriCloud