summaryrefslogtreecommitdiff
path: root/security/pflkm/MESSAGE
diff options
context:
space:
mode:
authorpeter <peter>2004-11-05 15:05:30 +0000
committerpeter <peter>2004-11-05 15:05:30 +0000
commit1cbbdd40786ee674785c21d22cfb05f9bea13cfa (patch)
tree83a3707e860adf3fb56850f2b81d12a9f1c119d1 /security/pflkm/MESSAGE
parent9606db1664caee652e68a9a23c5a3a1e2d76af40 (diff)
downloadpkgsrc-1cbbdd40786ee674785c21d22cfb05f9bea13cfa.tar.gz
Initial import of pflkm-20041025 into the NetBSD Packages Collection.
Packet Filter (from here on referred to as PF) is OpenBSD's system for filtering TCP/IP traffic and doing Network Address Translation. PF is also capable of normalizing and conditioning TCP/IP traffic. PF was originally developed by Daniel Hartmeier and is now maintained and developed by Daniel and the rest of the OpenBSD team. This package includes a complete port (LKM and userland utilities) from OpenBSD 3.6 to NetBSD 2.0.
Diffstat (limited to 'security/pflkm/MESSAGE')
-rw-r--r--security/pflkm/MESSAGE18
1 files changed, 18 insertions, 0 deletions
diff --git a/security/pflkm/MESSAGE b/security/pflkm/MESSAGE
new file mode 100644
index 00000000000..5b6ee4b3099
--- /dev/null
+++ b/security/pflkm/MESSAGE
@@ -0,0 +1,18 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2004/11/05 15:05:30 peter Exp $
+
+First create the /dev/pf device:
+
+# cd /dev
+# ./MAKEDEV pf
+
+Then load the kernel module:
+
+# modload ${PREFIX}/lkm/pf.o
+
+If you want PF to get loaded automatically at boot time, you need to set
+lkm=YES in /etc/rc.conf and add this line to /etc/lkm.conf:
+
+${PREFIX}/lkm/pf.o - - - - AFTERMOUNT
+
+===========================================================================