From owner-freebsd-current@freebsd.org Mon Apr 10 21:09:52 2017 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 0E234D37B53 for ; Mon, 10 Apr 2017 21:09:52 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) 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 C3570F2 for ; Mon, 10 Apr 2017 21:09:51 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) 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 249DD25D3892; Mon, 10 Apr 2017 21:09:49 +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 4EFFDD1F894; Mon, 10 Apr 2017 21:09:48 +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 jrfYPuwCLZm4; Mon, 10 Apr 2017 21:09:47 +0000 (UTC) Received: from [192.168.124.1] (unknown [IPv6:fde9:577b:c1a9:4410:382a:5743:ea4:280]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 89541D1F88F; Mon, 10 Apr 2017 21:09:46 +0000 (UTC) From: "Bjoern A. Zeeb" To: peter.blok@bsd4all.org Cc: "Ernie Luzar" , "Pavel Timofeev" , freebsd-current Subject: Re: VNET branch destiny Date: Mon, 10 Apr 2017 21:09:43 +0000 Message-ID: <0049B4F0-8B07-49BA-8879-CD4D56190DE7@lists.zabbadoz.net> In-Reply-To: References: <0136F3BE-4B47-4677-8D81-3FE0F5E67E79@lists.zabbadoz.net> <24B3E322-5B92-470D-A1D6-10DF8EF79490@bsd4all.org> <58EB8D98.5050904@gmail.com> <75BD8407-83AC-4383-912A-70083CED3FFD@bsd4all.org> <58EBE6E6.8060008@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-Mailer: MailMate (2.0BETAr6082) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Mon, 10 Apr 2017 21:09:52 -0000 On 10 Apr 2017, at 20:59, peter.blok@bsd4all.org wrote: > No problem. Although pf is not used the vnet_destroy seems to be the > issue. Some parts are not virtualized and the > vnet_destroy->vnet_pf_uninit teardown happens on the host vnet so to > speak. The base system VNET is not shutdown; it never was. Module unload however could be a possible scenario.