Bug 22866

Summary: Packets send on INET6 sockets compatible may be lost
Product: Base System Reporter: Jean-Luc.Richier <Jean-Luc.Richier>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.1.1-RELEASE   
Hardware: Any   
OS: Any   

Description Jean-Luc.Richier 2000-11-15 11:20:01 UTC

    
Comment 1 Mark Valentine 2002-04-29 22:05:43 UTC
FreeBSD-CURRENT now seems to have some similar code to that in the
submitted patch applied.  Is there still a problem?

                Cheers,

                Mark.

-- 
Mark Valentine, Thuvia Labs <mark@thuvia.co.uk>       <http://www.thuvia.co.uk>
"Tigers will do ANYTHING for a tuna fish sandwich."       Mark Valentine uses
"We're kind of stupid that way."   *munch* *munch*        and endorses FreeBSD
  -- <http://www.calvinandhobbes.com>                  <http://www.freebsd.org>
Comment 2 Mark Valentine 2002-04-30 18:03:47 UTC
I wrote:
> FreeBSD-CURRENT now seems to have some similar code to that in the
> submitted patch applied.  Is there still a problem?

My apologies, I misread the code.  I don't think this issue has been
addressed.

It may be more effective to take it up directly with the KAME folks.

		Cheers,

		Mark.

-- 
Mark Valentine, Thuvia Labs <mark@thuvia.co.uk>       <http://www.thuvia.co.uk>
"Tigers will do ANYTHING for a tuna fish sandwich."       Mark Valentine uses
"We're kind of stupid that way."   *munch* *munch*        and endorses FreeBSD
  -- <http://www.calvinandhobbes.com>                  <http://www.freebsd.org>
Comment 3 Jean-Luc.Richier 2002-05-30 14:44:40 UTC
In your mail dated Mon, 29 Apr 2002:

FreeBSD-CURRENT now seems to have some similar code to that in the
submitted patch applied.  Is there still a problem?

                Cheers,
                Mark.

In your mail dated Mon, 20 Apr 2002:
>I wrote:
>> FreeBSD-CURRENT now seems to have some similar code to that in the
>> submitted patch applied.  Is there still a problem?
>
>My apologies, I misread the code.  I don't think this issue has been
>addressed.
>
>It may be more effective to take it up directly with the KAME folks.
>
>		Cheers,
>		Mark.
>
In fact, you are right. Mods done in netinet/ip_output.c and
netinet6/ip6_output.c betwwen 4.5 and 4.6 on replacing cached routes
solve most of the problem. 

There are still problems in the managment of socket wrt IPv4mapped addresses
but the most annoying one (dirty route structures which cannot be corrected)
is solved.
As most of this suggested patch is mow irrelevant, I suggest that one should
close this patch, and I shall submit new bugs reports with proposed patches
for the problems I found on the new version.

Sincerly


-- 
Jean-Luc RICHIER (Jean-Luc.Richier@Imag.Fr  richier@imag.fr)
Laboratoire Logiciels, Systemes et Reseaux (LSR-IMAG)
IMAG-CAMPUS, BP 72, F-38402 St Martin d'Heres Cedex
Tel : +33 4 76 82 72 32 Fax : +33 4 76 82 72 87
Comment 4 Jean-Luc.Richier 2002-07-14 19:10:43 UTC
As I said in my previous follow-up, I have submitted 3 bugs reports (to
FreeBSD and KAME)
about the current (FreeBSD4.6) state of this half corrected bug
So one should consider this report as closed, and look to reports:
kern/40558,  kern/40561,  and kern/40563

--
Jean-Luc RICHIER (Jean-Luc.Richier@Imag.Fr  richier@imag.fr)
Laboratoire Logiciels, Systemes et Reseaux (LSR-IMAG)
IMAG-CAMPUS, BP 72, F-38402 St Martin d'Heres Cedex
Tel : +33 4 76 82 72 32 Fax : +33 4 76 82 72 87
Comment 5 dwmalone freebsd_committer freebsd_triage 2002-07-18 00:02:49 UTC
State Changed
From-To: open->closed

Closed at sumbitters request as the PR has been overtaken by 
the new PRs kern/40558,  kern/40561,  and kern/40563.