From owner-svn-src-all@freebsd.org Sun Aug 21 19:20:22 2016 Return-Path: Delivered-To: svn-src-all@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 1F6A6BC07B4; Sun, 21 Aug 2016 19:20:22 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:130:3ffc::401:25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D5C7C194E; Sun, 21 Aug 2016 19:20:21 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id 6F3DE25D3860; Sun, 21 Aug 2016 19:20:18 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 4DEF5D1F7ED; Sun, 21 Aug 2016 19:20:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id XobLU-jWDNeV; Sun, 21 Aug 2016 19:20:16 +0000 (UTC) Received: from [10.111.64.116] (unknown [IPv6:fde9:577b:c1a9:4410:d50e:860c:232:d2a9]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 2643CD1F7E4; Sun, 21 Aug 2016 19:20:14 +0000 (UTC) From: "Bjoern A. Zeeb" To: "Slawa Olhovchenkov" Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r304572 - in head: sbin/ipfw sys/conf sys/netinet sys/netinet6 Date: Sun, 21 Aug 2016 19:20:12 +0000 Message-ID: <4D050BB5-294C-495C-9B04-6CF7834E33FB@FreeBSD.org> In-Reply-To: <20160821190840.GT22212@zxy.spb.ru> References: <201608211855.u7LItUo1028201@repo.freebsd.org> <20160821190840.GT22212@zxy.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Mailer: MailMate (2.0BETAr6051) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Aug 2016 19:20:22 -0000 On 21 Aug 2016, at 19:08, Slawa Olhovchenkov wrote: > On Sun, Aug 21, 2016 at 06:55:30PM +0000, Bjoern A. Zeeb wrote: > >> Author: bz >> Date: Sun Aug 21 18:55:30 2016 >> New Revision: 304572 >> URL: https://svnweb.freebsd.org/changeset/base/304572 >> >> Log: >> Remove the kernel optoion for IPSEC_FILTERTUNNEL, which was >> deprecated >> more than 7 years ago in favour of a sysctl in r192648. > > Need note to UPDAING. Why? The default behaviour hasn’t changed and a new custom kernel with the option will not compile anymore. Is there a compelling reason to warn users anyway?