]> git.proxmox.com Git - pve-qemu-kvm.git/blame - debian/patches/adjust-path.diff
Two more fixes
[pve-qemu-kvm.git] / debian / patches / adjust-path.diff
CommitLineData
92bf040c 1Index: new/include/net/net.h
4676c0af 2===================================================================
24bb7da3
DM
3--- new.orig/include/net/net.h 2014-11-20 06:45:06.000000000 +0100
4+++ new/include/net/net.h 2014-11-20 06:47:47.000000000 +0100
5@@ -195,8 +195,9 @@
92bf040c
DM
6 int net_hub_id_for_client(NetClientState *nc, int *id);
7 NetClientState *net_hub_port_find(int hub_id);
4676c0af
DM
8
9-#define DEFAULT_NETWORK_SCRIPT "/etc/qemu-ifup"
10-#define DEFAULT_NETWORK_DOWN_SCRIPT "/etc/qemu-ifdown"
11+#define DEFAULT_NETWORK_SCRIPT "/etc/kvm/kvm-ifup"
12+#define DEFAULT_NETWORK_DOWN_SCRIPT "/etc/kvm/kvm-ifdown"
71a7a916
DM
13+
14 #define DEFAULT_BRIDGE_HELPER CONFIG_QEMU_HELPERDIR "/qemu-bridge-helper"
15 #define DEFAULT_BRIDGE_INTERFACE "br0"
07a7849d 16