]> git.proxmox.com Git - pve-qemu-kvm.git/blob - debian/patches/set-max-nics.patch
update to upstream 1.0
[pve-qemu-kvm.git] / debian / patches / set-max-nics.patch
1 Index: new/net.h
2 ===================================================================
3 --- new.orig/net.h 2011-12-07 10:09:32.000000000 +0100
4 +++ new/net.h 2011-12-07 10:14:23.000000000 +0100
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;