> First you need to compile IPFilter to support it. Do this by > uncommenting the followig line in the top level Makefile: > #COMPIPF=-DIPFILTER_COMPILED > > build, and install the ipf LKM with that included. Then you need > to build the ipf rules LKM. Probably the easiest way to do that > is this: > > cd ip_fil4.1.1 > ipf -cc /etc/opt/ipf/ipf.conf > make solaris > > You will then have to go searching for a file called "ipfrule" under > the SunOS5 directory, somewhere - e.g.: > > SunOS5/sparc-5.6/ipfrule > > That is the LKM with the compiled filter rules.
As I'm using 3.4.29 in production, I tried to recompile it with the relevant -DIPFILTER_COMPILED. Following the above instructions, even though ipf compiled without a glitch, it doesn't recognize the -cc option. Is LKM under Solaris supported only in version 4.1.x? Is there a way to create an LKM with 3.4.29?
