NFE - Change default RX ring size from 128 -> 256, Adjust moderation timer.
[dragonfly.git] / contrib / ipfilter / FreeBSD-4.0 / INST.FreeBSD-4
blob7d1b7a2b8f4c4c27a0ab579b061c99c8bdff394f
1 To build a kernel with the IP filter, follow these seven steps:
3         1. do "make freebsd4"
5         2. do "make install-bsd"
6            (probably has to be done as root)
8         3. run "FreeBSD-4.0/kinstall" as root
10         4. build a new kernel
12         5. install the new kernel
14         6. If not using DEVFS, create devices for IP Filter as follows:
15                 mknod /dev/ipl c 79 0
16                 mknod /dev/ipnat c 79 1
17                 mknod /dev/ipstate c 79 2
18                 mknod /dev/ipauth c 79 3
20         7. reboot
23 Darren Reed
24 darrenr@pobox.com