From 1cbbdd40786ee674785c21d22cfb05f9bea13cfa Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 5 Nov 2004 15:05:30 +0000 Subject: 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. --- security/pflkm/MESSAGE | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 security/pflkm/MESSAGE (limited to 'security/pflkm/MESSAGE') 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 + +=========================================================================== -- cgit v1.2.3