From owner-cvs-all@FreeBSD.ORG Fri Sep 21 04:19:34 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74F6816A419; Fri, 21 Sep 2007 04:19:34 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5614E13C447; Fri, 21 Sep 2007 04:19:34 +0000 (UTC) (envelope-from rrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8L4JY9q044579; Fri, 21 Sep 2007 04:19:34 GMT (envelope-from rrs@repoman.freebsd.org) Received: (from rrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8L4JYqx044578; Fri, 21 Sep 2007 04:19:34 GMT (envelope-from rrs) Message-Id: <200709210419.l8L4JYqx044578@repoman.freebsd.org> From: Randall Stewart Date: Fri, 21 Sep 2007 04:19:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/netinet sctp_constants.h sctp_pcb.c sctputil.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Sep 2007 04:19:34 -0000 rrs 2007-09-21 04:19:34 UTC FreeBSD src repository Modified files: sys/netinet sctp_constants.h sctp_pcb.c sctputil.c Log: - fix (global) address handling in the presence of duplicates, the last interface should own the address, but the current code fumbles the handoff. This fixes that. - move address related debugs to PCB4 and add additional ones to help in debugging address problems. Approved by: re@freebsd.org (K Smith) Revision Changes Path 1.31 +1 -1 src/sys/netinet/sctp_constants.h 1.60 +130 -80 src/sys/netinet/sctp_pcb.c 1.63 +6 -2 src/sys/netinet/sctputil.c