[Xorp-hackers] Re: FreeBSD: IP_ADD_MEMBERSHIP on IFF_POINTOPOINT problems

Bruce M Simpson bms@spc.org
Fri, 18 Jun 2004 02:10:01 +0100


On Thu, Jun 17, 2004 at 04:58:56PM -0700, Pavlin Radoslavov wrote:
> > On Wed, Jun 16, 2004 at 05:37:22PM -0700, Pavlin Radoslavov wrote:
> > > 
> > > BTW, which file is this? :)
> > 
> > Doh. src/sys/netinet/ip_input.c. :-)
> 
> I am confused. I coudn't find anything interesting in the diff
> between rev. 1.127 (the revision you mentioned in your previous
> email) and rev 1.126 of ip_input.c:

Ack, sorry, I meant ip_output.c in this case. Been switching between
PRs too much!

http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/netinet/ip_output.c.diff?r1=1.126&r2=1.127

It looks as though cvsweb is having problems at the moment. The log
for this change was:

----------------------------
revision 1.127
date: 2001/06/11 18:38:11;  author: ume;  state: Exp;  lines: +1 -1
This is force commit to mention about previous commit.

- use 0/8 to specify interface index on multicast get/setsockopt
- make sure to nuke m->m_aux pointer for ipsec, on if_output.
- pass error from ipsec_setsocket() all the way up.
- move ipsec output processing before filtering section.
----------------------------

...so the RFC 1724 changes are actually part of the KAME sync in rev 1.126.

Sorry for the confusion.

Regards,
BMS