From: Dietmar Maurer Date: Wed, 20 Mar 2013 07:51:07 +0000 (+0100) Subject: fix brctl path for debian wheezy X-Git-Url: https://git.proxmox.com/?p=pve-qemu-kvm.git;a=commitdiff_plain;h=44c56cff3ba401eb5f04c6122a2b98e12043f792 fix brctl path for debian wheezy --- diff --git a/debian/kvm-ifup b/debian/kvm-ifup index 2d39ddc..29dae84 100755 --- a/debian/kvm-ifup +++ b/debian/kvm-ifup @@ -2,4 +2,4 @@ switch=$(/sbin/ip route list | awk '/^default / { print $NF }') /sbin/ifconfig $1 0.0.0.0 promisc up -/usr/sbin/brctl addif ${switch} $1 +/sbin/brctl addif ${switch} $1