Hi. Im trying to get ipf 4.1.11 to be built as part of the kernel on a FreeBSD 4.11 box.
Now I ran into problems first compiling the src, but I found this mail in the archives http://article.gmane.org/gmane.comp.security.firewalls.ipfilter/6388/match=freebsd+bpf+h and that sorted or seemed to sort out my problems. Now, following INSTALL.FreeBSD, it says I need to run make install-bsd, which works fine, but then after that, the following line causes more problems. 3. run "FreeBSD/kinstall" as root Now, I ran it, and it tries to patch a file that no longer exists on FreeBSD, conf.c? Also I checked the other diff files that it tries to patch, and some of those files are from files from 1995/6, and when looking at the files currently on FreeBSD in the relevant directories, the diffs try to add code either already in the file, or in parts of the file where the surrounding code is totally different, as well as the offsets being totally wrong as well. So my question now, is after the make install-bsd, what needs to be run so that I can build a kernel with ipf in it? Regards /Cole
