[Pkg-utopia-maintainers] Bug#533233: avahi-autoipd should not overwrite route when other interfaces are configured

Viktor Milushev viktor.milushev at gmail.com
Fri Sep 12 17:05:01 UTC 2014


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



More information about the Pkg-utopia-maintainers mailing list