From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= Subject: Re: [PATCH 0/2] add vif-route support to libxl/xl Date: Fri, 25 Jan 2013 17:16:13 +0100 Message-ID: <5102AFCD.2000005@citrix.com> References: <1359127583-32490-1-git-send-email-roger.pau@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1359127583-32490-1-git-send-email-roger.pau@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On 25/01/13 16:26, Roger Pau Monne wrote: > Support for vif-route was missing in libxl, this patch series adds a > "netdev" vif option and also allows setting a default netdev in > xl.conf global configuration file. > > vif-route doesn't support HVM domains because it doesn't support the > "add" or "remove" actions. > > I would like to request some testing from people that actually use > this network mode. I've realized that I haven't added the necessary compatibility defines in libxl.h, so this should not be applied as is.