ifup warnings on systems with multiple NIC

Bug #121847 reported by Eloi Granado
2
Affects Status Importance Assigned to Milestone
avahi (Debian)
Fix Released
Unknown
avahi (Ubuntu)
New
Undecided
Unassigned

Bug Description

Binary package hint: avahi-autoipd

The bug applies to all avahi-autoipd package versions.

The script /etc/network/if-up.d/avahi-autoipd checks whether the route
to the 169.254.0.0/16 network is already defined by means of this command :

[ "`ip route show dev $IFACE | grep ^169.254.0.0/16`" ] && exit 0

If you have multiple NIC in your system, avahi-autoipd defines the route
for eth0, and then gives warnings for each other interface of the other
NIC.

This can be corrected by taking out the "dev $IFACE" bit from the "ip
route show" command.

Best regards,
Eloi Granado

Tags: patch
Revision history for this message
Eloi Granado (eloi-granado) wrote :

Sorry, duplicate of bug 84580

Changed in avahi:
status: Unknown → New
Changed in avahi:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.