Hello,

I can confirm this bug on my laptop running debian jessie. I face the
exact same issues as Carnë Draug.

Fixed it by changing

METRIC=$((1000 + `cat "/sys/class/net/$2/ifindex" 2>/dev/null || echo
0`))

in /etc/avahi/avahi-autoipd.action to 

METRIC=$((1050 + `cat "/sys/class/net/$2/ifindex" 2>/dev/null || echo
0`))

as pointed out in the same debian forums thread [1]. 

Perhaps the bug status should be reconsidered, as the number of users
having this bug grows?

I can supply additional information if requested.

Viktor

[1] http://forums.debian.net/viewtopic.php?f=5&t=116275#p547803


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to