diff mbox

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

Message ID 1313080559-4222-1-git-send-email-stefan.bader@canonical.com
State New
Headers show

Commit Message

Stefan Bader Aug. 11, 2011, 4:35 p.m. UTC
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@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@canonical.com>
---
 debian.master/control.d/virtual.inclusion-list |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

Comments

Tim Gardner Aug. 11, 2011, 4:45 p.m. UTC | #1
On 08/11/2011 10:35 AM, Stefan Bader wrote:
> 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@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@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
diff mbox

Patch

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