From owner-freebsd-current@freebsd.org Fri Aug 11 02:49:27 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 1F27DD1F8BE for ; Fri, 11 Aug 2017 02:49:27 +0000 (UTC) (envelope-from orion@blackboxconsortium.com) Received: from vps.getseenmedia.com (vps.getseenmedia.com [184.154.14.79]) (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 EA8E2807AC for ; Fri, 11 Aug 2017 02:49:26 +0000 (UTC) (envelope-from orion@blackboxconsortium.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=blackboxconsortium.com; s=default; h=Content-Transfer-Encoding:Content-Type :In-Reply-To:MIME-Version:Date:Message-ID:From:References:To:Subject:Sender: Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=97v7+i3M4ic1cfl034d0iReATVu0pbExcLqwvqfzYFk=; b=TGJoDzAAcNib5Qb6uturjRrPWx EepcUWmR2xBMhfqw7IzOJ9bM+o+jjo2cGZEMifgtMSEhVgydGj7zRwSjHpAV38A1r3txpkjlD7ab5 6DZsd1aFom9BAyptTrakX8AIS1ulh/1S5YBm4dsbXDTVj90r5zeSWRLWmbtHkMtbzv2jQiqdn2usF zfN5vrosP8iYe1tap9vNsHPUGps/xDzkJkf+RDQqGA3MHWVoD2mqPAivrE3vdEmMU0dkN/jVulfuB D40XpeUMulho6SoR+c1fDEWSvlZuUJAdes87II17FmL34PJrPpokRrgJ4uoMV/+0RSYqL+bpiDCaN WsqrkiCQ==; Received: from 47-51-33-228.static.mtpk.ca.charter.com ([47.51.33.228]:56404 helo=homemail.leadverticals.com) by vps.getseenmedia.com with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.87) (envelope-from ) id 1dfzB3-0005Pw-Cj for freebsd-current@freebsd.org; Thu, 10 Aug 2017 18:55:53 -0700 Subject: Re: r322076 breaks vtnet connectivity To: freebsd-current@freebsd.org References: From: Orion Tiller Message-ID: Date: Thu, 10 Aug 2017 18:55:46 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vps.getseenmedia.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - blackboxconsortium.com X-Get-Message-Sender-Via: vps.getseenmedia.com: authenticated_id: orion@blackboxconsortium.com X-Authenticated-Sender: vps.getseenmedia.com: orion@blackboxconsortium.com X-Source: X-Source-Args: X-Source-Dir: 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: Fri, 11 Aug 2017 02:49:27 -0000 > Hi > > I have a host on Digital Ocean (qemu) and the change in r322076 breaks > my vtnet0 interface. The interface still comes up but does not pass > traffic any more. It's not obvious to my why the changes from r322075 > to r322076 affect the vtnet interface. > > Ian > Not sure if you have the same issue but I get the same thing happening to my DO droplets after I upgrade them sometimes. You can usually fix it by putting the contents of the /etc/rc.digitalocean.d/droplet.conf file into your /etc/rc.conf file. Sometimes the file name is like this with digits /etc/rc.digitalocean.d/39502227.conf just depends.