]> git.proxmox.com Git - pve-qemu-kvm.git/blob - debian/patches/set-max-nics.patch
refresh all quilt patches
[pve-qemu-kvm.git] / debian / patches / set-max-nics.patch
1 Index: new/net.h
2 ===================================================================
3 --- new.orig/net.h 2012-09-24 07:15:16.000000000 +0200
4 +++ new/net.h 2012-09-24 07:15:23.000000000 +0200
5 @@ -116,7 +116,7 @@
6
7 /* NIC info */
8
9 -#define MAX_NICS 8
10 +#define MAX_NICS 32
11
12 struct NICInfo {
13 MACAddr macaddr;