From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roger Pau Monne Subject: [PATCH 0/2] add vif-route support to libxl/xl Date: Fri, 25 Jan 2013 16:26:21 +0100 Message-ID: <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: 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 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.