From owner-svn-src-all@freebsd.org Tue Apr 9 09:20:42 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 DCE39157B0A8; Tue, 9 Apr 2019 09:20:42 +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 60270846E7; Tue, 9 Apr 2019 09:20:42 +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 x399KeMv059256; Tue, 9 Apr 2019 02:20:40 -0700 (PDT) (envelope-from freebsd@gndrsh.dnsmgr.net) Received: (from freebsd@localhost) by gndrsh.dnsmgr.net (8.13.3/8.13.3/Submit) id x399KdF4059255; Tue, 9 Apr 2019 02:20:39 -0700 (PDT) (envelope-from freebsd) From: "Rodney W. Grimes" Message-Id: <201904090920.x399KdF4059255@gndrsh.dnsmgr.net> Subject: Re: svn commit: r345970 - head/libexec/rc In-Reply-To: To: Eugene Grosbein Date: Tue, 9 Apr 2019 02:20:39 -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: 60270846E7 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.95 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,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 09:20:43 -0000 > 09.04.2019 15:38, Rodney W. Grimes wrote: > > >> 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. > > Works as expected (as it should work) for both 11.2 and 12.0 It works much better than it did just doing testing in 12.0, the interface is infact properly configured, the DHCP client tries to do the right thing, but fails to get a lease on reboot, including attempt to renew the prior lease. This is not a config startup issue any more, but still an issue of some sort. If after booting I down/up the em0 interface I get a lease almost immediatly. -- Rod Grimes rgrimes@freebsd.org