Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932695AbXHFUs6 (ORCPT ); Mon, 6 Aug 2007 16:48:58 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758505AbXHFUsv (ORCPT ); Mon, 6 Aug 2007 16:48:51 -0400 Received: from [12.38.223.190] ([12.38.223.190]:5674 "EHLO mail.sw.starentnetworks.com" rhost-flags-FAIL-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1758879AbXHFUsv (ORCPT ); Mon, 6 Aug 2007 16:48:51 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18103.35100.916194.803006@zeus.sw.starentnetworks.com> Date: Mon, 6 Aug 2007 16:48:28 -0400 From: Dave Johnson To: Vlad Yasevich Cc: lksctp-developers@lists.sourceforge.net, linux-kernel@vger.kernel.org, Srinivas Akkipeddi Subject: Re: [PATCH] SCTP: IPv4 mapped addr not returned in SCTPv6 accept() In-Reply-To: <46A8F926.1070606@hp.com> References: <18087.57737.908842.337891@zeus.sw.starentnetworks.com> <46A8E027.10802@hp.com> <18088.61269.5608.925496@zeus.sw.starentnetworks.com> <46A8F926.1070606@hp.com> X-Mailer: VM 7.17 under 21.4 (patch 17) "Jumbo Shrimp" XEmacs Lucid Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1030 Lines: 28 Vlad Yasevich writes: > Ok. First, this is a different bug, so I would prefer a separate patch. > Also, I see the problem and it's ugly, but this solution is not really correct, > both conceptually and code wise. > > Conceptually, the v4 code should never worry about V4-mapped addresses and shouldn't > muck with them. They are IPv6 addresses and there should be a clean separation. > > Code wise, the code in the __sctp_connect() is terrible. > > Does the attached patch work for you in this case. Sorry about the confusion before, your patch to __sctp_connect() fixes calls to getpeername() after connect() just fine. I'll post a patch for the accept()/getpeername() case in a bit. Acked-by: Dave Johnson -- Dave Johnson Starent Networks - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/