IPfilter
[Top] [All Lists]

Re: IPFilter 4.1.19, pfil 2.1.12

To: ipfilter@coombs.anu.edu.au
Subject: Re: IPFilter 4.1.19, pfil 2.1.12
From: Hans Werner Strube <strube@physik3.gwdg.de>
Date: Mon, 26 Feb 2007 09:49:11 +0100 (MET)
Delivered-to: sp-com-lists@consult.net
Delivered-to: ipfilter-list@securepoint.com
Sender: owner-ipfilter@coombs.anu.edu.au
Darren Reed wrote:

> to compile it on solaris 10 update 3, both pfil and ipfilter need to be
> patched
> for the changes to networking functions due to trusted solaris.
> 
> see attached patches.

The pfil patch shows fuzz and offsets and is obviously not exactly relative
to the 2.1.12 distribution:
patching file SunOS/pkt.c
Hunk #2 succeeded at 265 with fuzz 1.
Hunk #3 succeeded at 309 (offset -1 lines).
patching file SunOS/qif.c
Hunk #1 succeeded at 1012 (offset -4 lines).

Especially, line 267 (after patch, 273; Hunk #2) of pkg.c is, in 2.1.12,
        sif = ire_lookup(src);
but in the patch (before and after),
        sif = ire_ftable_lookup(addr, 0, 0, IRE_INTERFACE, NULL, NULL, 0,
(with the continuation not visible).

<Prev in Thread] Current Thread [Next in Thread>