From owner-freebsd-virtualization@FreeBSD.ORG Sun Oct 4 18:00:17 2009 Return-Path: Delivered-To: virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78BB7106568B for ; Sun, 4 Oct 2009 18:00:17 +0000 (UTC) (envelope-from nvass9573@gmx.com) Received: from mail.gmx.com (unknown [213.165.64.42]) by mx1.freebsd.org (Postfix) with SMTP id C02FF8FC13 for ; Sun, 4 Oct 2009 18:00:16 +0000 (UTC) Received: (qmail invoked by alias); 04 Oct 2009 18:00:15 -0000 Received: from adsl-199.91.140.66.tellas.gr (EHLO [169.254.0.102]) [91.140.66.199] by mail.gmx.com (mp-eu001) with SMTP; 04 Oct 2009 20:00:15 +0200 X-Authenticated: #46156728 X-Provags-ID: V01U2FsdGVkX1/3cEVvmvH3PNL6ZH8UNoap9NYH1YFSlQG9sQzKr9 qMs4cfpfKOJ5+d Message-ID: <4AC8E291.7030409@gmx.com> Date: Sun, 04 Oct 2009 20:59:45 +0300 From: Nikos Vassiliadis User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: "Bjoern A. Zeeb" References: <4AC87222.4030704@gmx.com> <20091004111741.J26486@maildrop.int.zabbadoz.net> In-Reply-To: <20091004111741.J26486@maildrop.int.zabbadoz.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.57 Cc: virtualization@freebsd.org Subject: Re: can't find routing entry for network routes X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 04 Oct 2009 18:00:17 -0000 Bjoern A. Zeeb wrote: > On Sun, 4 Oct 2009, Nikos Vassiliadis wrote: > > Hi, Hello Bjoern > I have outstanding patches that I haven't comitted yet to not > interfere with bugfixing of non-experimental things like the new > arp/nd6 code that will be shipped with 8.0-RELEASE while vnets are > still considered to be not really supported for that release (see the > warning upon boot). I see. > Also the solution isn't possibly the right or best one but it works > for the moment. Can you try the following patch: > > http://people.freebsd.org/~bz/20090901-10-vimage-jailed_no_vnet.diff Yes, it helps. Just a quick question though, I am trying to use some routing daemons, routed from base and quagga. The protocols (RIPv2, OSPF) I am trying to use rely on joining multicast groups. Is joining multicast groups out of the question for the time being? Nikos