This is a discussion on Re: IPF 4.1, Solaris, ippool missing within the IPFilter forums, part of the System Security and Security Related category; > From: Hans Werner Strube <strube@physik3.gwdg.de> > In Solaris, ippool is built but not included ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
> From: Hans Werner Strube <strube@physik3.gwdg.de>
> In Solaris, ippool is built but not included in the package. .... > (I hope I have not overlooked something...) Yes, I have: the device /dev/iplookup is also missing. As in solaris.c, this device is known as the last minor one, it probably suffices to add a line to SunOS5/postinstall after line 24: if [ x"`grep minor=iplookup ${DEVLINK}`" = x ] ; then echo "type=ddi_pseudo;name=ipf;minor=iplookup \M0" >> ${DEVLINK} fi |