Has anyone had any success with the new ipfilter on 5.1a? It's
supposed to work on 5.1, but it seems as though an interface has
changed since then and I got lost trying to figure it out:
cc: Error: ../ip_fil_osf.c, line 1042: In this statement, "(*ifp->if_output)" expects 5 arguments, but 4 are supplied. (toofewargs)
error = (*ifp->if_output)(ifp, m, (struct sockaddr *)dst,
------------------------^
cc: Error: ../ip_fil_osf.c, line 1122: In this statement, "(*ifp->if_output)" expects 5 arguments, but 4 are supplied. (toofewargs)
error = (*ifp->if_output)(ifp, m,
--------------------------------^
(I got it from <URL:
http://coombs.anu.edu.au/~avalon/ipf40a23.tar.gz>.)
Received on Mon Jul 22 2002 - 15:03:48 NZST