From owner-svn-src-all@freebsd.org Tue Apr 9 08:38:39 2019 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 93FBA1579B02; Tue, 9 Apr 2019 08:38:39 +0000 (UTC) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (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 1EBF982E08; Tue, 9 Apr 2019 08:38:38 +0000 (UTC) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: from gndrsh.dnsmgr.net (localhost [127.0.0.1]) by gndrsh.dnsmgr.net (8.13.3/8.13.3) with ESMTP id x398cT73059114; Tue, 9 Apr 2019 01:38:29 -0700 (PDT) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.13.3/8.13.3/Submit) id x398cTvr059113; Tue, 9 Apr 2019 01:38:29 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201904090838.x398cTvr059113@gndrsh.dnsmgr.net> Subject: Re: svn commit: r345970 - head/libexec/rc In-Reply-To: <20190409080858.GA55811@rdtc.ru> To: Eugene Grosbein Date: Tue, 9 Apr 2019 01:38:29 -0700 (PDT) CC: rgrimes@freebsd.org, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Reply-To: rgrimes@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: 1EBF982E08 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.97 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.997,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.97)[-0.973,0] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 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: Tue, 09 Apr 2019 08:38:39 -0000 > On Fri, Apr 05, 2019 at 04:16:24PM -0700, Rodney W. Grimes wrote: > > > If you want another fun one to wrestle with see if you can > > make this work: > > > > cloned_interfaces="vlan32" > > ifconfig_em0="up" > > ifconfig_vlan32="vlan 32 vlandev em0 SYNCDHCP" > > > > I have worked around it, but it would be nice if this "just worked". > > Sorry for late reply, I somehow missed this. It is of low importance, I have worked around it, and I suspect it is a fairly rare thing for someone to do. > I've just checked and this "just works" for me already. > For which version this does not work, exactly? > When did you verify this last time? I believe the last time I tried this was early, in 11.1 iirc. Are you sure it worked? I'll retest on release 12.0. I can not remeber if the failure was no dhcpclient, or if they do not get the vlan 32 vlandev em0 settings, it was one or the other that did not occur. You do get the vlan32 device, but it does not work. > Eugene Grosbein -- Rod Grimes rgrimes@freebsd.org