FreeBSD 4.7 IPFilter 3.4.31 ip_auth.c

This is a discussion on FreeBSD 4.7 IPFilter 3.4.31 ip_auth.c within the IPFilter forums, part of the System Security and Security Related category; FYI: FreeBSD 4.7 ipfilter 3.4.31 ip_auth.c ORIGINAL (ip_auth.c snippet from line 423) ======== # if ((_BSDI_VERSION >= ...


Go Back   Usenet Forums > System Security and Security Related > IPFilter

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 06-29-2003
Dan Sopher
 
Posts: n/a
Default FreeBSD 4.7 IPFilter 3.4.31 ip_auth.c

FYI:

FreeBSD 4.7
ipfilter 3.4.31
ip_auth.c


ORIGINAL (ip_auth.c snippet from line 423)
========

# if ((_BSDI_VERSION >= 199802) && (_BSDI_VERSION <
200005)) || \
defined(__OpenBSD__) || (defined(IRIX) && (IRIX
>= 605))

error = ip_output(m, NULL,
&ro, IP_FORWARDING, NULL,
NULL);
# else
error = ip_output(m, NULL,
&ro, IP_FORWARDING, NULL);
# endif



In order to compile ipfilter 3.4.31 and a new FreeBSD
4.7 kernel, I had to change line 427 of ip_auth.c
from:

error = ip_output(m, NULL, &ro, IP_FORWARDING, NULL);

to:

error = ip_output(m, NULL, &ro, IP_FORWARDING, NULL,
NULL);





__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 05:48 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0