From owner-freebsd-virtualization@FreeBSD.ORG Sat Sep 21 05:04:27 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 85B42E58 for ; Sat, 21 Sep 2013 05:04:27 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mail-pb0-x22c.google.com (mail-pb0-x22c.google.com [IPv6:2607:f8b0:400e:c01::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 62CCF27AA for ; Sat, 21 Sep 2013 05:04:27 +0000 (UTC) Received: by mail-pb0-f44.google.com with SMTP id xa7so1160683pbc.3 for ; Fri, 20 Sep 2013 22:04:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Sh6HuUbT/KBGj/+AvGJENdf9vjCg90vj7yBT+CuG3yA=; b=qBlVSKiiE7xmDsMZaJRaMw9Fu8ikiIodWl/lzMAQT8xTOkpR6Ffx1+nldhkHLwNQPq KORp9rNX/4oeWO2omXrNW8qOUYiazT0vFo8QUT8T+jv0PVZT+WxHUb3ednO+JmzCMsFO VK3LW4k8ykvCmYsz6iZvvSbvZuAJiI+nuBA9fTSnjwlOfy8LvPrbT2AAT4IH47N3jPV8 v9oSgjDmXooNVeNOgt7nQx4e9xVU//uHKWR73Iyjz0tBjx6y4+sI5BjWro3goPP2qtb8 YfdJjnANWaxxynsh7ivsEDBTOeeuqncOCjmj+F7ZM6E08cthfla0uakB6f0wcrojMy6/ CZUA== MIME-Version: 1.0 X-Received: by 10.66.178.143 with SMTP id cy15mr12681383pac.105.1379739866952; Fri, 20 Sep 2013 22:04:26 -0700 (PDT) Received: by 10.68.253.162 with HTTP; Fri, 20 Sep 2013 22:04:26 -0700 (PDT) Date: Sat, 21 Sep 2013 01:04:26 -0400 Message-ID: Subject: bhyve bug report: creating a if_bridge on guest freezes guest From: Aryeh Friedman To: "freebsd-virtualization@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Sep 2013 05:04:27 -0000 if I have something like: ifconfig bridge0 create ifconfig bridge0 addm vtnet0 up the second ifconfig will just freeze the guest up (host is unaffected)