[Oneiric] BUNTU: (config) Package macvlan and macvtap for virtual

Stefan Bader stefan.bader at canonical.com
Thu Aug 11 16:35:59 UTC 2011


When playing around with lxc within an Xen instance, I noticed that
some setups need at least the macvlan module for the virtual kernel
macvtap seems to be a useful choice to add as well while being on it.

This change just adds the two modules to be packaged into the virtual
package. They are already being built.

-Stefan

>From 7d40a0555b82fdbf1703b5cb7667513e36e50f4e Mon Sep 17 00:00:00 2001
From: Stefan Bader <stefan.bader at canonical.com>
Date: Thu, 11 Aug 2011 11:12:31 -0500
Subject: [PATCH] UBUNTU: (config) Package macvlan and macvtap for virtual

Both drivers allow to set up virtual network interfaces which can be
used to set up containers within VMs.

Signed-off-by: Stefan Bader <stefan.bader at canonical.com>
---
 debian.master/control.d/virtual.inclusion-list |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/debian.master/control.d/virtual.inclusion-list b/debian.master/control.d/virtual.inclusion-list
index 35bb636..f38ac03 100644
--- a/debian.master/control.d/virtual.inclusion-list
+++ b/debian.master/control.d/virtual.inclusion-list
@@ -34,6 +34,8 @@ drivers/net/e1000/e1000.ko
 drivers/net/e1000e/e1000e.ko
 drivers/net/eql.ko
 drivers/net/ifb.ko
+drivers/net/macvlan.ko
+drivers/net/macvtap.ko
 drivers/net/mii.ko
 drivers/net/ne2k-pci.ko
 drivers/net/netconsole.ko
-- 
1.7.4.1





More information about the kernel-team mailing list