From owner-svn-src-head@freebsd.org Sat Jul 29 15:29:13 2017 Return-Path: Delivered-To: svn-src-head@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 17B2BDC5CF8; Sat, 29 Jul 2017 15:29:13 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mx0.gentlemail.de (mx0.gentlemail.de [IPv6:2a00:e10:2800::a130]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A5E036F11B; Sat, 29 Jul 2017 15:29:12 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mh0.gentlemail.de (mh0.gentlemail.de [78.138.80.135]) by mx0.gentlemail.de (8.14.5/8.14.5) with ESMTP id v6TFTAxK055394; Sat, 29 Jul 2017 17:29:10 +0200 (CEST) (envelope-from freebsd@omnilan.de) Received: from titan.inop.mo1.omnilan.net (s1.omnilan.de [217.91.127.234]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mh0.gentlemail.de (Postfix) with ESMTPSA id 8F237BE7; Sat, 29 Jul 2017 17:29:10 +0200 (CEST) Message-ID: <597CA9C6.20204@omnilan.de> Date: Sat, 29 Jul 2017 17:29:10 +0200 From: Harry Schmalzbauer Organization: OmniLAN User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-DE; rv:1.9.2.8) Gecko/20100906 Lightning/1.0b2 Thunderbird/3.1.2 MIME-Version: 1.0 To: Kristof Provost CC: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r320802 - head/etc/rc.d References: <201707080928.v689SV93013507@repo.freebsd.org> <597CA7A3.4050404@omnilan.de> In-Reply-To: <597CA7A3.4050404@omnilan.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Greylist: ACL 129 matched, not delayed by milter-greylist-4.2.7 (mx0.gentlemail.de [78.138.80.130]); Sat, 29 Jul 2017 17:29:10 +0200 (CEST) X-Milter: Spamilter (Reciever: mx0.gentlemail.de; Sender-ip: 78.138.80.135; Sender-helo: mh0.gentlemail.de; ) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jul 2017 15:29:13 -0000 Bez=FCglich Harry Schmalzbauer's Nachricht vom 29.07.2017 17:20 (localti= me): > Bez=FCglich Kristof Provost's Nachricht vom 08.07.2017 11:28 (localtim= e): >> Author: kp >> Date: Sat Jul 8 09:28:31 2017 >> New Revision: 320802 >> URL: https://svnweb.freebsd.org/changeset/base/320802 >> >> Log: >> Allow more services to run in vnet jails >> =20 >> After some tests, here are the services that run into a vnet jail: >> - defaultroute >> - dhclient >> - ip6addrctl >> - natd >> - pf >> - pfsync >> - pflog (deamon runs, pflog0 interface usable, but /var/log/pflog = not filled) >> - rarpd >> - route6d (do nothing anyway because obsolete) >> - routed (do nothing anyway because obsolete) >> - rtsold >> - static_arp >> - static_ndp >> =20 >> PR: 220530 >> Submitted by: olivier@freebsd.org > Do you (or somebidy else) plan to MFC this, along with r320696? Forgot to mention r320618 also. > Valuable "extension" IMHO. > > Thanks, > > -harry >