From owner-freebsd-net@freebsd.org Fri Nov 6 00:36:39 2015 Return-Path: Delivered-To: freebsd-net@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 B1AF7A25A58 for ; Fri, 6 Nov 2015 00:36:39 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5389415B9 for ; Fri, 6 Nov 2015 00:36:38 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id B9ABB28411; Fri, 6 Nov 2015 01:36:28 +0100 (CET) Received: from illbsd.quip.test (ip-89-177-49-111.net.upcbroadband.cz [89.177.49.111]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 269D628422; Fri, 6 Nov 2015 01:36:27 +0100 (CET) Message-ID: <563BF60B.5090201@quip.cz> Date: Fri, 06 Nov 2015 01:36:27 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32 MIME-Version: 1.0 To: Eugene Grosbein , Victor Sudakov , freebsd-net@freebsd.org Subject: Re: tap(4) and host-only networking between host and guest References: <20151104075454.GA99850@admin.sibptus.tomsk.ru> <5639FF12.1020109@freebsd.org> <20151104131230.GA1117@admin.sibptus.tomsk.ru> <20151104184503.GC1117@admin.sibptus.tomsk.ru> <563B8C9A.7070104@grosbein.net> In-Reply-To: <563B8C9A.7070104@grosbein.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Nov 2015 00:36:39 -0000 Eugene Grosbein wrote on 11/05/2015 18:06: > On 05.11.2015 01:45, Victor Sudakov wrote: > >> For some reason, after a guest is shutdown or rebooted, the IP address >> on the host's tap0 interface is deleted. >> >> It's kind of inconvenient. > > Yes, it is. And there is a solution: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=165174 I don't understand why such useful patches are left uncommited and without any comments in PR for years. Thank you for the link! Miroslav Lachman