From owner-freebsd-current@freebsd.org Wed Jul 29 12:56:22 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 576289AD739 for ; Wed, 29 Jul 2015 12:56:22 +0000 (UTC) (envelope-from shuriku@shurik.kiev.ua) Received: from graal.it-profi.org.ua (graal.shurik.kiev.ua [193.239.74.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DBC881A55 for ; Wed, 29 Jul 2015 12:56:20 +0000 (UTC) (envelope-from shuriku@shurik.kiev.ua) Received: from [109.237.91.29] (helo=thinkpad.it-profi.org.ua) by graal.it-profi.org.ua with esmtpa (Exim 4.85 (FreeBSD)) (envelope-from ) id 1ZKQu9-0007HI-RA; Wed, 29 Jul 2015 15:56:17 +0300 Subject: Re: IPSEC stop works after r285336 To: John-Mark Gurney References: <20150729071732.GA78154@funkthat.com> Cc: Sydney Meyer , FreeBSD CURRENT From: Alexandr Krivulya Message-ID: <55B8CD6C.7080804@shurik.kiev.ua> Date: Wed, 29 Jul 2015 15:56:12 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <20150729071732.GA78154@funkthat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 109.237.91.29 X-SA-Exim-Mail-From: shuriku@shurik.kiev.ua X-SA-Exim-Scanned: No (on graal.it-profi.org.ua); SAEximRunCond expanded to false X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jul 2015 12:56:22 -0000 29.07.2015 10:17, John-Mark Gurney пишет: > Alexandr Krivulya wrote this message on Thu, Jul 23, 2015 at 10:38 +0300: > > [...] > >> With r285535 all works fine. > Sydney Meyer wrote this message on Mon, Jul 27, 2015 at 23:49 +0200: >> I'm having the same problem with IPSec, running -current with r285794. >> >> Don't know if this helps, but "netstat -s -p esp" shows packets dropped; bad ilen. > It looks like there was an issue w/ that commit... After looking at > the code, and working w/ gnn, I have committed r286000 which fixes it > in my test cases... > Fixed for me. Thank you!