]> git.proxmox.com Git - pve-qemu-kvm.git/blob - debian/patches/set-max-nics.patch
imported from svn 'pve-qemu-kvm/pve2'
[pve-qemu-kvm.git] / debian / patches / set-max-nics.patch
1 Index: new/net.h
2 ===================================================================
3 --- new.orig/net.h 2011-08-11 10:09:49.000000000 +0200
4 +++ new/net.h 2011-08-11 10:10:08.000000000 +0200
5 @@ -126,7 +126,7 @@
6
7 /* NIC info */
8
9 -#define MAX_NICS 8
10 +#define MAX_NICS 32
11
12 struct NICInfo {
13 MACAddr macaddr;