From owner-freebsd-bugs@FreeBSD.ORG Mon Oct 28 21:30:08 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.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 0A5CBE2D for ; Mon, 28 Oct 2013 21:30:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ECB872FEF for ; Mon, 28 Oct 2013 21:30:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r9SLU7pp003877 for ; Mon, 28 Oct 2013 21:30:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r9SLU7x1003876; Mon, 28 Oct 2013 21:30:07 GMT (envelope-from gnats) Date: Mon, 28 Oct 2013 21:30:07 GMT Message-Id: <201310282130.r9SLU7x1003876@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Adam McDougall Subject: Re: kern/183139: ifconfig options on xn0 lost after xen vm migration to another server X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Adam McDougall List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Oct 2013 21:30:08 -0000 The following reply was made to PR kern/183139; it has been noted by GNATS. From: Adam McDougall To: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= , bug-followup@FreeBSD.org Cc: Subject: Re: kern/183139: ifconfig options on xn0 lost after xen vm migration to another server Date: Mon, 28 Oct 2013 17:28:13 -0400 On 10/28/2013 12:13, Roger Pau Monné wrote: > Hello, > > The following patch seems to solve the problem, but I'm not that much > familiar with netfront or net drivers in general (also netfront code is > not that great, which makes it even harder to understand IMHO). > > --- (trimmed) So far, it almost works as I expect. It seems to work as long as at least one option is left (example: options=400) but if I have none, they all come back on migrate. Thanks.